Html Css Color HEX #0FCCD2 Dark Turquoise

📋 copy color: '#0FCCD2'

red 15 ◦ green 204 ◦ blue 210

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

Shades of Dark Turquoise #0FCCD2

Tints of Dark Turquoise #0FCCD2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.55%

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

R = 3.5%
G = 47.55%
B = 48.95%

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

#0FCCD2 (or 0x0FCCD2) is known color: Dark Turquoise. HEX triplet: 0F, CC and D2. RGB value is (15,204,210). Sum of RGB (Red+Green+Blue) = 15+204+210=429 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 210 (82.42% from 255 or 48.95% from 429); Max value from RGB is 210 - color contains mainly: blue. Hex color #0FCCD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCCD2 is #F0332D. Grayscale: #939393. Windows color (decimal): -15741742 or 13814799. OLE color: 13814799.

HSL color Cylindrical-coordinate representation of color #0FCCD2: hue angle of 181.85º 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 #0FCCD2 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 204 210 -
CMYK 0.93 0.03 0 0.18
HSL 181.85º 0.87% 0.44% -
HSV(B) 181.85º 0.93% 0.82% -
XYZ 33.42 47.94 68.46 -
YUV 148.17 162.88 33.01 -
System Red Green Blue C M Y K H S L
Decimal 15 204 210 0.93 0.03 0 0.18 181.85 0.87 0.44
Hex F CC D2 5D 3 0 12 B6 57 2C
Octal 17 314 322 135 3 0 22 266 127 54
Binary 1111 11001100 11010010 1011101 11 0 10010 10110110 1010111 101100

Color Harmonies of #0FCCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCCD2

Black with #0FCCD2

Text Example


Text Example

White with #0FCCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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