Html Css Color HEX #0BE9CC Bright Turquoise

📋 copy color: '#0BE9CC'

red 11 ◦ green 233 ◦ blue 204

#0BE9CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0BE9CC

Tints of Bright Turquoise #0BE9CC

RGB

 RED value IS 11 (4.69% from 255) = 2.46%

 GREEN value IS 233 (91.41% from 255) = 52.01%

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 2.46%
G = 52.01%
B = 45.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#0BE9CC (or 0x0BE9CC) is known color: Bright Turquoise. HEX triplet: 0B, E9 and CC. RGB value is (11,233,204). Sum of RGB (Red+Green+Blue) = 11+233+204=448 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE9CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE9CC is #F41633. Grayscale: #A3A3A3. Windows color (decimal): -15996468 or 13429003. OLE color: 13429003.

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

Color convert

RGB 11 233 204 -
CMYK 0.95 0 0.12 0.09
HSL 172.16º 0.91% 0.48% -
HSV(B) 172.16º 0.95% 0.91% -
XYZ 40.18 62.71 67.11 -
YUV 163.32 150.95 19.36 -
System Red Green Blue C M Y K H S L
Decimal 11 233 204 0.95 0 0.12 0.09 172.16 0.91 0.48
Hex B E9 CC 5F 0 C 9 AC 5B 30
Octal 13 351 314 137 0 14 11 254 133 60
Binary 1011 11101001 11001100 1011111 0 1100 1001 10101100 1011011 110000

Color Harmonies of #0BE9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE9CC

Black with #0BE9CC

Text Example


Text Example

White with #0BE9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BE9CC;
 }
 .AnyTagClassName
 {
   color: #0BE9CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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