Html Css Color HEX #0FE0D4 Bright Turquoise

📋 copy color: '#0FE0D4'

red 15 ◦ green 224 ◦ blue 212

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

Shades of Bright Turquoise #0FE0D4

Tints of Bright Turquoise #0FE0D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.01%

R = 3.33%
G = 49.67%
B = 47.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#0FE0D4 (or 0x0FE0D4) is known color: Bright Turquoise. HEX triplet: 0F, E0 and D4. RGB value is (15,224,212). Sum of RGB (Red+Green+Blue) = 15+224+212=451 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.33% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE0D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE0D4 is #F01F2B. Grayscale: #9F9F9F. Windows color (decimal): -15736620 or 13950991. OLE color: 13950991.

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

Color convert

RGB 15 224 212 -
CMYK 0.93 0 0.05 0.12
HSL 176.56º 0.87% 0.47% -
HSV(B) 176.56º 0.93% 0.88% -
XYZ 38.74 58.17 71.47 -
YUV 160.14 157.26 24.48 -
System Red Green Blue C M Y K H S L
Decimal 15 224 212 0.93 0 0.05 0.12 176.56 0.87 0.47
Hex F E0 D4 5D 0 5 C B1 57 2F
Octal 17 340 324 135 0 5 14 261 127 57
Binary 1111 11100000 11010100 1011101 0 101 1100 10110001 1010111 101111

Color Harmonies of #0FE0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE0D4

Black with #0FE0D4

Text Example


Text Example

White with #0FE0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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