Html Css Color HEX #0FC4DD Dark Turquoise

📋 copy color: '#0FC4DD'

red 15 ◦ green 196 ◦ blue 221

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

Shades of Dark Turquoise #0FC4DD

Tints of Dark Turquoise #0FC4DD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.37%

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

R = 3.47%
G = 45.37%
B = 51.16%

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

#0FC4DD (or 0x0FC4DD) is known color: Dark Turquoise. HEX triplet: 0F, C4 and DD. RGB value is (15,196,221). Sum of RGB (Red+Green+Blue) = 15+196+221=432 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.47% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FC4DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC4DD is #F03B22. Grayscale: #909090. Windows color (decimal): -15743779 or 14533647. OLE color: 14533647.

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

Color convert

RGB 15 196 221 -
CMYK 0.93 0.11 0 0.13
HSL 187.28º 0.87% 0.46% -
HSV(B) 187.28º 0.93% 0.87% -
XYZ 32.99 44.8 75.32 -
YUV 144.73 171.03 35.47 -
System Red Green Blue C M Y K H S L
Decimal 15 196 221 0.93 0.11 0 0.13 187.28 0.87 0.46
Hex F C4 DD 5D B 0 D BB 57 2E
Octal 17 304 335 135 13 0 15 273 127 56
Binary 1111 11000100 11011101 1011101 1011 0 1101 10111011 1010111 101110

Color Harmonies of #0FC4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC4DD

Black with #0FC4DD

Text Example


Text Example

White with #0FC4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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