Html Css Color HEX #0FC6DD Dark Turquoise

📋 copy color: '#0FC6DD'

red 15 ◦ green 198 ◦ blue 221

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

Shades of Dark Turquoise #0FC6DD

Tints of Dark Turquoise #0FC6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 3.46%
G = 45.62%
B = 50.92%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0FC6DD (or 0x0FC6DD) is known color: Dark Turquoise. HEX triplet: 0F, C6 and DD. RGB value is (15,198,221). Sum of RGB (Red+Green+Blue) = 15+198+221=434 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.46% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FC6DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC6DD is #F03922. Grayscale: #919191. Windows color (decimal): -15743267 or 14534159. OLE color: 14534159.

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

Color convert

RGB 15 198 221 -
CMYK 0.93 0.10 0 0.13
HSL 186.7º 0.87% 0.46% -
HSV(B) 186.7º 0.93% 0.87% -
XYZ 33.44 45.71 75.47 -
YUV 145.91 170.37 34.63 -
System Red Green Blue C M Y K H S L
Decimal 15 198 221 0.93 0.10 0 0.13 186.7 0.87 0.46
Hex F C6 DD 5D A 0 D BB 57 2E
Octal 17 306 335 135 12 0 15 273 127 56
Binary 1111 11000110 11011101 1011101 1010 0 1101 10111011 1010111 101110

Color Harmonies of #0FC6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC6DD

Black with #0FC6DD

Text Example


Text Example

White with #0FC6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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