Html Css Color HEX #14CFCA Robin's Egg Blue

📋 copy color: '#14CFCA'

red 20 ◦ green 207 ◦ blue 202

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

Shades of Robin's Egg Blue #14CFCA

Tints of Robin's Egg Blue #14CFCA

RGB

 RED value IS 20 (8.2% from 255) = 4.66%

 GREEN value IS 207 (81.25% from 255) = 48.25%

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

R = 4.66%
G = 48.25%
B = 47.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#14CFCA (or 0x14CFCA) is known color: Robin's Egg Blue. HEX triplet: 14, CF and CA. RGB value is (20,207,202). Sum of RGB (Red+Green+Blue) = 20+207+202=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFCA is #EB3035. Grayscale: #969696. Windows color (decimal): -15413302 or 13291284. OLE color: 13291284.

HSL color Cylindrical-coordinate representation of color #14CFCA: hue angle of 178.4º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CFCA is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 207 202 -
CMYK 0.90 0 0.02 0.19
HSL 178.4º 0.82% 0.45% -
HSV(B) 178.4º 0.9% 0.81% -
XYZ 33.26 49.04 63.59 -
YUV 150.52 157.05 34.91 -
System Red Green Blue C M Y K H S L
Decimal 20 207 202 0.90 0 0.02 0.19 178.4 0.82 0.45
Hex 14 CF CA 5A 0 2 13 B2 52 2D
Octal 24 317 312 132 0 2 23 262 122 55
Binary 10100 11001111 11001010 1011010 0 10 10011 10110010 1010010 101101

Color Harmonies of #14CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CFCA

Black with #14CFCA

Text Example


Text Example

White with #14CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14CFCA; }

 p { color: rgb(20,207,202); }

 H1.HeaderClassName
 {
   color: #14CFCA;
 }
 .AnyTagClassName
 {
   color: #14CFCA;
 }
</style>

background-color css

<style>
 a { background-color: #14CFCA; }

 a { background-color: rgb(20,207,202); }

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

border-color css

<style>
 span { border-color: #14CFCA; }

 span { border-color: rgb(20,207,202); }

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