Html Css Color HEX #0FD0CF Dark Turquoise

📋 copy color: '#0FD0CF'

red 15 ◦ green 208 ◦ blue 207

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

Shades of Dark Turquoise #0FD0CF

Tints of Dark Turquoise #0FD0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.37%

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 3.49%
G = 48.37%
B = 48.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#0FD0CF (or 0x0FD0CF) is known color: Dark Turquoise. HEX triplet: 0F, D0 and CF. RGB value is (15,208,207). Sum of RGB (Red+Green+Blue) = 15+208+207=430 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.49% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD0CF is #F02F30. Grayscale: #959595. Windows color (decimal): -15740721 or 13619215. OLE color: 13619215.

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

Color convert

RGB 15 208 207 -
CMYK 0.93 0 0.00 0.18
HSL 179.69º 0.87% 0.44% -
HSV(B) 179.69º 0.93% 0.82% -
XYZ 34.02 49.72 66.84 -
YUV 150.18 160.06 31.58 -
System Red Green Blue C M Y K H S L
Decimal 15 208 207 0.93 0 0.00 0.18 179.69 0.87 0.44
Hex F D0 CF 5D 0 0 12 B4 57 2C
Octal 17 320 317 135 0 0 22 264 127 54
Binary 1111 11010000 11001111 1011101 0 0 10010 10110100 1010111 101100

Color Harmonies of #0FD0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD0CF

Black with #0FD0CF

Text Example


Text Example

White with #0FD0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,208,207); }

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

background-color css

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

 a { background-color: rgb(15,208,207); }

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

border-color css

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

 span { border-color: rgb(15,208,207); }

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