Html Css Color HEX #0EFFCA Bright Turquoise

📋 copy color: '#0EFFCA'

red 14 ◦ green 255 ◦ blue 202

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

Shades of Bright Turquoise #0EFFCA

Tints of Bright Turquoise #0EFFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 54.14%

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

R = 2.97%
G = 54.14%
B = 42.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#0EFFCA (or 0x0EFFCA) is known color: Bright Turquoise. HEX triplet: 0E, FF and CA. RGB value is (14,255,202). Sum of RGB (Red+Green+Blue) = 14+255+202=471 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFCA is #F10035. Grayscale: #B0B0B0. Windows color (decimal): -15794230 or 13303566. OLE color: 13303566.

HSL color Cylindrical-coordinate representation of color #0EFFCA: hue angle of 166.8º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFFCA is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 14 255 202 -
CMYK 0.95 0 0.21 0
HSL 166.81º 1% 0.53% -
HSV(B) 166.81º 0.95% 1% -
XYZ 46.6 75.88 68.07 -
YUV 176.9 142.16 11.81 -
System Red Green Blue C M Y K H S L
Decimal 14 255 202 0.95 0 0.21 0 166.81 1 0.53
Hex E FF CA 5F 0 15 0 A7 64 35
Octal 16 377 312 137 0 25 0 247 144 65
Binary 1110 11111111 11001010 1011111 0 10101 0 10100111 1100100 110101

Color Harmonies of #0EFFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFCA

Black with #0EFFCA

Text Example


Text Example

White with #0EFFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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