Html Css Color HEX #0EFCDA Bright Turquoise

📋 copy color: '#0EFCDA'

red 14 ◦ green 252 ◦ blue 218

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

Shades of Bright Turquoise #0EFCDA

Tints of Bright Turquoise #0EFCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 52.07%

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 2.89%
G = 52.07%
B = 45.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#0EFCDA (or 0x0EFCDA) is known color: Bright Turquoise. HEX triplet: 0E, FC and DA. RGB value is (14,252,218). Sum of RGB (Red+Green+Blue) = 14+252+218=484 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.89% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFCDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFCDA is #F10325. Grayscale: #B0B0B0. Windows color (decimal): -15794982 or 14351374. OLE color: 14351374.

HSL color Cylindrical-coordinate representation of color #0EFCDA: hue angle of 171.43º 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 #0EFCDA is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 252 218 -
CMYK 0.94 0 0.13 0.01
HSL 171.43º 0.98% 0.52% -
HSV(B) 171.43º 0.94% 0.99% -
XYZ 47.65 74.78 78.25 -
YUV 176.96 151.15 11.76 -
System Red Green Blue C M Y K H S L
Decimal 14 252 218 0.94 0 0.13 0.01 171.43 0.98 0.52
Hex E FC DA 5E 0 D 1 AB 62 34
Octal 16 374 332 136 0 15 1 253 142 64
Binary 1110 11111100 11011010 1011110 0 1101 1 10101011 1100010 110100

Color Harmonies of #0EFCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFCDA

Black with #0EFCDA

Text Example


Text Example

White with #0EFCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,252,218); }

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

background-color css

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

 a { background-color: rgb(14,252,218); }

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

border-color css

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

 span { border-color: rgb(14,252,218); }

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