Html Css Color HEX #0FCBD2 Dark Turquoise

📋 copy color: '#0FCBD2'

red 15 ◦ green 203 ◦ blue 210

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

Shades of Dark Turquoise #0FCBD2

Tints of Dark Turquoise #0FCBD2

RGB

 RED value IS 15 (6.25% from 255) = 3.5%

 GREEN value IS 203 (79.69% from 255) = 47.43%

 BLUE value IS 210 (82.42% from 255) = 49.07%

R = 3.5%
G = 47.43%
B = 49.07%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0FCBD2 (or 0x0FCBD2) is known color: Dark Turquoise. HEX triplet: 0F, CB and D2. RGB value is (15,203,210). Sum of RGB (Red+Green+Blue) = 15+203+210=428 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 210 (82.42% from 255 or 49.07% from 428); Max value from RGB is 210 - color contains mainly: blue. Hex color #0FCBD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCBD2 is #F0342D. Grayscale: #939393. Windows color (decimal): -15741998 or 13814543. OLE color: 13814543.

HSL color Cylindrical-coordinate representation of color #0FCBD2: hue angle of 182.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCBD2 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 203 210 -
CMYK 0.93 0.03 0 0.18
HSL 182.15º 0.87% 0.44% -
HSV(B) 182.15º 0.93% 0.82% -
XYZ 33.19 47.47 68.39 -
YUV 147.59 163.22 33.43 -
System Red Green Blue C M Y K H S L
Decimal 15 203 210 0.93 0.03 0 0.18 182.15 0.87 0.44
Hex F CB D2 5D 3 0 12 B6 57 2C
Octal 17 313 322 135 3 0 22 266 127 54
Binary 1111 11001011 11010010 1011101 11 0 10010 10110110 1010111 101100

Color Harmonies of #0FCBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCBD2

Black with #0FCBD2

Text Example


Text Example

White with #0FCBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,203,210); }

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

background-color css

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

 a { background-color: rgb(15,203,210); }

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

border-color css

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

 span { border-color: rgb(15,203,210); }

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