Html Css Color HEX #0FC6DE Dark Turquoise

📋 copy color: '#0FC6DE'

red 15 ◦ green 198 ◦ blue 222

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

Shades of Dark Turquoise #0FC6DE

Tints of Dark Turquoise #0FC6DE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.52%

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

R = 3.45%
G = 45.52%
B = 51.03%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FC6DE (or 0x0FC6DE) is known color: Dark Turquoise. HEX triplet: 0F, C6 and DE. RGB value is (15,198,222). Sum of RGB (Red+Green+Blue) = 15+198+222=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #0FC6DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC6DE is #F03921. Grayscale: #919191. Windows color (decimal): -15743266 or 14599695. OLE color: 14599695.

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

Color convert

RGB 15 198 222 -
CMYK 0.93 0.11 0 0.13
HSL 186.96º 0.87% 0.46% -
HSV(B) 186.96º 0.93% 0.87% -
XYZ 33.58 45.76 76.17 -
YUV 146.02 170.87 34.55 -
System Red Green Blue C M Y K H S L
Decimal 15 198 222 0.93 0.11 0 0.13 186.96 0.87 0.46
Hex F C6 DE 5D B 0 D BB 57 2E
Octal 17 306 336 135 13 0 15 273 127 56
Binary 1111 11000110 11011110 1011101 1011 0 1101 10111011 1010111 101110

Color Harmonies of #0FC6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC6DE

Black with #0FC6DE

Text Example


Text Example

White with #0FC6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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