Html Css Color HEX #0FE0DD Bright Turquoise

📋 copy color: '#0FE0DD'

red 15 ◦ green 224 ◦ blue 221

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

Shades of Bright Turquoise #0FE0DD

Tints of Bright Turquoise #0FE0DD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.7%

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

R = 3.26%
G = 48.7%
B = 48.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#0FE0DD (or 0x0FE0DD) is known color: Bright Turquoise. HEX triplet: 0F, E0 and DD. RGB value is (15,224,221). Sum of RGB (Red+Green+Blue) = 15+224+221=460 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.26% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE0DD is #F01F22. Grayscale: #A0A0A0. Windows color (decimal): -15736611 or 14540815. OLE color: 14540815.

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

Color convert

RGB 15 224 221 -
CMYK 0.93 0 0.01 0.12
HSL 179.14º 0.87% 0.47% -
HSV(B) 179.14º 0.93% 0.88% -
XYZ 39.9 58.63 77.62 -
YUV 161.17 161.76 23.74 -
System Red Green Blue C M Y K H S L
Decimal 15 224 221 0.93 0 0.01 0.12 179.14 0.87 0.47
Hex F E0 DD 5D 0 1 C B3 57 2F
Octal 17 340 335 135 0 1 14 263 127 57
Binary 1111 11100000 11011101 1011101 0 1 1100 10110011 1010111 101111

Color Harmonies of #0FE0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE0DD

Black with #0FE0DD

Text Example


Text Example

White with #0FE0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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