Html Css Color HEX #0BCFCE Dark Turquoise

📋 copy color: '#0BCFCE'

red 11 ◦ green 207 ◦ blue 206

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

Shades of Dark Turquoise #0BCFCE

Tints of Dark Turquoise #0BCFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.82%

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 2.59%
G = 48.82%
B = 48.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#0BCFCE (or 0x0BCFCE) is known color: Dark Turquoise. HEX triplet: 0B, CF and CE. RGB value is (11,207,206). Sum of RGB (Red+Green+Blue) = 11+207+206=424 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFCE is #F43031. Grayscale: #949494. Windows color (decimal): -16003122 or 13553419. OLE color: 13553419.

HSL color Cylindrical-coordinate representation of color #0BCFCE: hue angle of 179.69º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCFCE is Cyan = 0.95, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 207 206 -
CMYK 0.95 0 0.00 0.19
HSL 179.69º 0.9% 0.43% -
HSV(B) 179.69º 0.95% 0.81% -
XYZ 33.59 49.15 66.11 -
YUV 148.28 160.57 30.08 -
System Red Green Blue C M Y K H S L
Decimal 11 207 206 0.95 0 0.00 0.19 179.69 0.9 0.43
Hex B CF CE 5F 0 0 13 B4 5A 2B
Octal 13 317 316 137 0 0 23 264 132 53
Binary 1011 11001111 11001110 1011111 0 0 10011 10110100 1011010 101011

Color Harmonies of #0BCFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCFCE

Black with #0BCFCE

Text Example


Text Example

White with #0BCFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,207,206); }

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

background-color css

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

 a { background-color: rgb(11,207,206); }

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

border-color css

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

 span { border-color: rgb(11,207,206); }

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