Html Css Color HEX #0EF1CA Bright Turquoise

📋 copy color: '#0EF1CA'

red 14 ◦ green 241 ◦ blue 202

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

Shades of Bright Turquoise #0EF1CA

Tints of Bright Turquoise #0EF1CA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.74%

 BLUE value IS 202 (79.3% from 255) = 44.2%

R = 3.06%
G = 52.74%
B = 44.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#0EF1CA (or 0x0EF1CA) is known color: Bright Turquoise. HEX triplet: 0E, F1 and CA. RGB value is (14,241,202). Sum of RGB (Red+Green+Blue) = 14+241+202=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #0EF1CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EF1CA is #F10E35. Grayscale: #A8A8A8. Windows color (decimal): -15797814 or 13299982. OLE color: 13299982.

HSL color Cylindrical-coordinate representation of color #0EF1CA: hue angle of 169.69º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF1CA is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 14 241 202 -
CMYK 0.94 0 0.16 0.05
HSL 169.69º 0.89% 0.5% -
HSV(B) 169.69º 0.94% 0.95% -
XYZ 42.3 67.27 66.63 -
YUV 168.68 146.79 17.67 -
System Red Green Blue C M Y K H S L
Decimal 14 241 202 0.94 0 0.16 0.05 169.69 0.89 0.5
Hex E F1 CA 5E 0 10 5 AA 59 32
Octal 16 361 312 136 0 20 5 252 131 62
Binary 1110 11110001 11001010 1011110 0 10000 101 10101010 1011001 110010

Color Harmonies of #0EF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF1CA

Black with #0EF1CA

Text Example


Text Example

White with #0EF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,241,202); }

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

background-color css

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

 a { background-color: rgb(14,241,202); }

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

border-color css

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

 span { border-color: rgb(14,241,202); }

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