Html Css Color HEX #0FC2DE Dark Turquoise

📋 copy color: '#0FC2DE'

red 15 ◦ green 194 ◦ blue 222

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

Shades of Dark Turquoise #0FC2DE

Tints of Dark Turquoise #0FC2DE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.01%

 BLUE value IS 222 (87.11% from 255) = 51.51%

R = 3.48%
G = 45.01%
B = 51.51%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FC2DE (or 0x0FC2DE) is known color: Dark Turquoise. HEX triplet: 0F, C2 and DE. RGB value is (15,194,222). Sum of RGB (Red+Green+Blue) = 15+194+222=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #0FC2DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC2DE is #F03D21. Grayscale: #8F8F8F. Windows color (decimal): -15744290 or 14598671. OLE color: 14598671.

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

Color convert

RGB 15 194 222 -
CMYK 0.93 0.13 0 0.13
HSL 188.12º 0.87% 0.46% -
HSV(B) 188.12º 0.93% 0.87% -
XYZ 32.67 43.96 75.87 -
YUV 143.67 172.2 36.22 -
System Red Green Blue C M Y K H S L
Decimal 15 194 222 0.93 0.13 0 0.13 188.12 0.87 0.46
Hex F C2 DE 5D D 0 D BC 57 2E
Octal 17 302 336 135 15 0 15 274 127 56
Binary 1111 11000010 11011110 1011101 1101 0 1101 10111100 1010111 101110

Color Harmonies of #0FC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC2DE

Black with #0FC2DE

Text Example


Text Example

White with #0FC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,194,222); }

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

background-color css

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

 a { background-color: rgb(15,194,222); }

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

border-color css

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

 span { border-color: rgb(15,194,222); }

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