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

📋 copy color: '#14CFCD'

red 20 ◦ green 207 ◦ blue 205

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

Shades of Robin's Egg Blue #14CFCD

Tints of Robin's Egg Blue #14CFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 4.63%
G = 47.92%
B = 47.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#14CFCD (or 0x14CFCD) is known color: Robin's Egg Blue. HEX triplet: 14, CF and CD. RGB value is (20,207,205). Sum of RGB (Red+Green+Blue) = 20+207+205=432 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.63% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFCD is #EB3032. Grayscale: #969696. Windows color (decimal): -15413299 or 13487892. OLE color: 13487892.

HSL color Cylindrical-coordinate representation of color #14CFCD: hue angle of 179.36º 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 #14CFCD is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 207 205 -
CMYK 0.90 0 0.01 0.19
HSL 179.36º 0.82% 0.45% -
HSV(B) 179.36º 0.9% 0.81% -
XYZ 33.62 49.18 65.48 -
YUV 150.86 158.55 34.66 -
System Red Green Blue C M Y K H S L
Decimal 20 207 205 0.90 0 0.01 0.19 179.36 0.82 0.45
Hex 14 CF CD 5A 0 1 13 B3 52 2D
Octal 24 317 315 132 0 1 23 263 122 55
Binary 10100 11001111 11001101 1011010 0 1 10011 10110011 1010010 101101

Color Harmonies of #14CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CFCD

Black with #14CFCD

Text Example


Text Example

White with #14CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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