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

📋 copy color: '#14D2CC'

red 20 ◦ green 210 ◦ blue 204

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

Shades of Robin's Egg Blue #14D2CC

Tints of Robin's Egg Blue #14D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.39%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 4.61%
G = 48.39%
B = 47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#14D2CC (or 0x14D2CC) is known color: Robin's Egg Blue. HEX triplet: 14, D2 and CC. RGB value is (20,210,204). Sum of RGB (Red+Green+Blue) = 20+210+204=434 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.61% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #14D2CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D2CC is #EB2D33. Grayscale: #989898. Windows color (decimal): -15412532 or 13423124. OLE color: 13423124.

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

Color convert

RGB 20 210 204 -
CMYK 0.90 0 0.03 0.18
HSL 178.11º 0.83% 0.45% -
HSV(B) 178.11º 0.9% 0.82% -
XYZ 34.23 50.6 65.09 -
YUV 152.51 157.05 33.49 -
System Red Green Blue C M Y K H S L
Decimal 20 210 204 0.90 0 0.03 0.18 178.11 0.83 0.45
Hex 14 D2 CC 5A 0 3 12 B2 53 2D
Octal 24 322 314 132 0 3 22 262 123 55
Binary 10100 11010010 11001100 1011010 0 11 10010 10110010 1010011 101101

Color Harmonies of #14D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D2CC

Black with #14D2CC

Text Example


Text Example

White with #14D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,210,204); }

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

background-color css

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

 a { background-color: rgb(20,210,204); }

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

border-color css

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

 span { border-color: rgb(20,210,204); }

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