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

📋 copy color: '#14CFBC'

red 20 ◦ green 207 ◦ blue 188

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

Shades of Robin's Egg Blue #14CFBC

Tints of Robin's Egg Blue #14CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 4.82%
G = 49.88%
B = 45.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#14CFBC (or 0x14CFBC) is known color: Robin's Egg Blue. HEX triplet: 14, CF and BC. RGB value is (20,207,188). Sum of RGB (Red+Green+Blue) = 20+207+188=415 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.82% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #14CFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFBC is #EB3043. Grayscale: #949494. Windows color (decimal): -15413316 or 12373780. OLE color: 12373780.

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

Color convert

RGB 20 207 188 -
CMYK 0.90 0 0.09 0.19
HSL 173.9º 0.82% 0.45% -
HSV(B) 173.9º 0.9% 0.81% -
XYZ 31.68 48.41 55.25 -
YUV 148.92 150.05 36.04 -
System Red Green Blue C M Y K H S L
Decimal 20 207 188 0.90 0 0.09 0.19 173.9 0.82 0.45
Hex 14 CF BC 5A 0 9 13 AE 52 2D
Octal 24 317 274 132 0 11 23 256 122 55
Binary 10100 11001111 10111100 1011010 0 1001 10011 10101110 1010010 101101

Color Harmonies of #14CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CFBC

Black with #14CFBC

Text Example


Text Example

White with #14CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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