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

📋 copy color: '#14CCCC'

red 20 ◦ green 204 ◦ blue 204

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

Shades of Robin's Egg Blue #14CCCC

Tints of Robin's Egg Blue #14CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.66%

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

R = 4.67%
G = 47.66%
B = 47.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#14CCCC (or 0x14CCCC) is known color: Robin's Egg Blue. HEX triplet: 14, CC and CC. RGB value is (20,204,204). Sum of RGB (Red+Green+Blue) = 20+204+204=428 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.67% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #14CCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CCCC is #EB3333. Grayscale: #949494. Windows color (decimal): -15414068 or 13421588. OLE color: 13421588.

HSL color Cylindrical-coordinate representation of color #14CCCC: hue angle of 180º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CCCC is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 204 204 -
CMYK 0.90 0 0 0.2
HSL 180º 0.82% 0.44% -
HSV(B) 180º 0.9% 0.8% -
XYZ 32.78 47.69 64.6 -
YUV 148.98 159.04 36 -
System Red Green Blue C M Y K H S L
Decimal 20 204 204 0.90 0 0 0.2 180 0.82 0.44
Hex 14 CC CC 5A 0 0 14 B4 52 2C
Octal 24 314 314 132 0 0 24 264 122 54
Binary 10100 11001100 11001100 1011010 0 0 10100 10110100 1010010 101100

Color Harmonies of #14CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CCCC

Black with #14CCCC

Text Example


Text Example

White with #14CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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