Html Css Color HEX #0FDCD9 Bright Turquoise

📋 copy color: '#0FDCD9'

red 15 ◦ green 220 ◦ blue 217

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

Shades of Bright Turquoise #0FDCD9

Tints of Bright Turquoise #0FDCD9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.67%

 BLUE value IS 217 (85.16% from 255) = 48.01%

R = 3.32%
G = 48.67%
B = 48.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#0FDCD9 (or 0x0FDCD9) is known color: Bright Turquoise. HEX triplet: 0F, DC and D9. RGB value is (15,220,217). Sum of RGB (Red+Green+Blue) = 15+220+217=452 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.32% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDCD9 is #F02326. Grayscale: #9E9E9E. Windows color (decimal): -15737639 or 14277647. OLE color: 14277647.

HSL color Cylindrical-coordinate representation of color #0FDCD9: hue angle of 179.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDCD9 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 220 217 -
CMYK 0.93 0 0.01 0.14
HSL 179.12º 0.87% 0.46% -
HSV(B) 179.12º 0.93% 0.86% -
XYZ 38.31 56.3 74.49 -
YUV 158.36 161.08 25.74 -
System Red Green Blue C M Y K H S L
Decimal 15 220 217 0.93 0 0.01 0.14 179.12 0.87 0.46
Hex F DC D9 5D 0 1 E B3 57 2E
Octal 17 334 331 135 0 1 16 263 127 56
Binary 1111 11011100 11011001 1011101 0 1 1110 10110011 1010111 101110

Color Harmonies of #0FDCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDCD9

Black with #0FDCD9

Text Example


Text Example

White with #0FDCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,220,217); }

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

background-color css

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

 a { background-color: rgb(15,220,217); }

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

border-color css

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

 span { border-color: rgb(15,220,217); }

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