Html Css Color HEX #0BE8CC Bright Turquoise

📋 copy color: '#0BE8CC'

red 11 ◦ green 232 ◦ blue 204

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

Shades of Bright Turquoise #0BE8CC

Tints of Bright Turquoise #0BE8CC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.9%

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

R = 2.46%
G = 51.9%
B = 45.64%

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

#0BE8CC (or 0x0BE8CC) is known color: Bright Turquoise. HEX triplet: 0B, E8 and CC. RGB value is (11,232,204). Sum of RGB (Red+Green+Blue) = 11+232+204=447 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 447); Green value is 232 (91.02% from 255 or 51.90% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE8CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE8CC is #F41733. Grayscale: #A2A2A2. Windows color (decimal): -15996724 or 13428747. OLE color: 13428747.

HSL color Cylindrical-coordinate representation of color #0BE8CC: hue angle of 172.4º 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 #0BE8CC is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 11 232 204 -
CMYK 0.95 0 0.12 0.09
HSL 172.4º 0.91% 0.48% -
HSV(B) 172.4º 0.95% 0.91% -
XYZ 39.89 62.14 67.02 -
YUV 162.73 151.28 19.78 -
System Red Green Blue C M Y K H S L
Decimal 11 232 204 0.95 0 0.12 0.09 172.4 0.91 0.48
Hex B E8 CC 5F 0 C 9 AC 5B 30
Octal 13 350 314 137 0 14 11 254 133 60
Binary 1011 11101000 11001100 1011111 0 1100 1001 10101100 1011011 110000

Color Harmonies of #0BE8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE8CC

Black with #0BE8CC

Text Example


Text Example

White with #0BE8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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