Html Css Color HEX #0EFDD4 Bright Turquoise

📋 copy color: '#0EFDD4'

red 14 ◦ green 253 ◦ blue 212

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

Shades of Bright Turquoise #0EFDD4

Tints of Bright Turquoise #0EFDD4

RGB

 RED value IS 14 (5.86% from 255) = 2.92%

 GREEN value IS 253 (99.22% from 255) = 52.82%

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

R = 2.92%
G = 52.82%
B = 44.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#0EFDD4 (or 0x0EFDD4) is known color: Bright Turquoise. HEX triplet: 0E, FD and D4. RGB value is (14,253,212). Sum of RGB (Red+Green+Blue) = 14+253+212=479 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.92% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFDD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFDD4 is #F1022B. Grayscale: #B0B0B0. Windows color (decimal): -15794732 or 13958414. OLE color: 13958414.

HSL color Cylindrical-coordinate representation of color #0EFDD4: hue angle of 169.71º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFDD4 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 253 212 -
CMYK 0.94 0 0.16 0.01
HSL 169.71º 0.98% 0.52% -
HSV(B) 169.71º 0.94% 0.99% -
XYZ 47.19 75.1 74.3 -
YUV 176.87 147.82 11.83 -
System Red Green Blue C M Y K H S L
Decimal 14 253 212 0.94 0 0.16 0.01 169.71 0.98 0.52
Hex E FD D4 5E 0 10 1 AA 62 34
Octal 16 375 324 136 0 20 1 252 142 64
Binary 1110 11111101 11010100 1011110 0 10000 1 10101010 1100010 110100

Color Harmonies of #0EFDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFDD4

Black with #0EFDD4

Text Example


Text Example

White with #0EFDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,253,212); }

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

background-color css

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

 a { background-color: rgb(14,253,212); }

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

border-color css

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

 span { border-color: rgb(14,253,212); }

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