#0be4cc

Color #0BE4CC Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #0BE4CC

Tints of Bright Turquoise #0BE4CC

Color information

#0BE4CC (or 0x0BE4CC) is unknown color: approx Bright Turquoise. HEX triplet: 0B, E4 and CC. RGB value is (11,228,204). Sum of RGB (Red+Green+Blue) = 11+228+204=443 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.48% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE4CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE4CC is #F41B33. Grayscale: #A0A0A0. Windows color (decimal): -15997748 or 13427723. OLE color: 13427723.

HSL color Cylindrical-coordinate representation of color #0BE4CC: hue angle of 173.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE4CC is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB11228204-
CMYK0.9500.110.11
HSL173.36º90.79%46.86%-
HSV(B)173.36º95.18%89.41%-
XYZ38.7859.9266.65-
YUV160.38152.6121.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 2.48%
GREEN value IS 228 (89.45% from 255) = 51.47%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=2.48%
G=51.47%
B=46.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal112282040.9500.110.11173.3690.7946.86
HexBE4CC5F0BBad5b2f
Octal133443141370131325513357
Binary101111100100110011001011111010111011101011011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0be4cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0be4cc; }

 p { color: rgb(11,228,204); }

 H1.HeaderClassName
 {
   color: #0be4cc;
 }
 .AnyTagClassName
 {
   color: #0be4cc;
 }
</style>
background-color css

<style>
 a { background-color: #0be4cc; }

 a { background-color: rgb(11,228,204); }

 div.DivClassName
 {
   background-color: #0be4cc;
 }
 .BgClassName
 {
   background-color: #0be4cc;
 }
</style>
border-color css

<style>
 span { border-color: #0be4cc; }

 span { border-color: rgb(11,228,204); }

 td.TdClassName
 {
   border-color: #0be4cc;
 }
 .TagClassName
 {
   border-color: #0be4cc;
 }
</style>