Html Css Color HEX #0FC7DD Dark Turquoise

📋 copy color: '#0FC7DD'

red 15 ◦ green 199 ◦ blue 221

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

Shades of Dark Turquoise #0FC7DD

Tints of Dark Turquoise #0FC7DD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.75%

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

R = 3.45%
G = 45.75%
B = 50.8%

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

#0FC7DD (or 0x0FC7DD) is known color: Dark Turquoise. HEX triplet: 0F, C7 and DD. RGB value is (15,199,221). Sum of RGB (Red+Green+Blue) = 15+199+221=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FC7DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC7DD is #F03822. Grayscale: #929292. Windows color (decimal): -15743011 or 14534415. OLE color: 14534415.

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

Color convert

RGB 15 199 221 -
CMYK 0.93 0.10 0 0.13
HSL 186.41º 0.87% 0.46% -
HSV(B) 186.41º 0.93% 0.87% -
XYZ 33.67 46.17 75.54 -
YUV 146.49 170.04 34.21 -
System Red Green Blue C M Y K H S L
Decimal 15 199 221 0.93 0.10 0 0.13 186.41 0.87 0.46
Hex F C7 DD 5D A 0 D BA 57 2E
Octal 17 307 335 135 12 0 15 272 127 56
Binary 1111 11000111 11011101 1011101 1010 0 1101 10111010 1010111 101110

Color Harmonies of #0FC7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC7DD

Black with #0FC7DD

Text Example


Text Example

White with #0FC7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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