Html Css Color HEX #14DECA Bright Turquoise

📋 copy color: '#14DECA'

red 20 ◦ green 222 ◦ blue 202

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

Shades of Bright Turquoise #14DECA

Tints of Bright Turquoise #14DECA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50%

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

R = 4.5%
G = 50%
B = 45.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#14DECA (or 0x14DECA) is known color: Bright Turquoise. HEX triplet: 14, DE and CA. RGB value is (20,222,202). Sum of RGB (Red+Green+Blue) = 20+222+202=444 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.50% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #14DECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DECA is #EB2135. Grayscale: #9F9F9F. Windows color (decimal): -15409462 or 13295124. OLE color: 13295124.

HSL color Cylindrical-coordinate representation of color #14DECA: hue angle of 174.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DECA is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 222 202 -
CMYK 0.91 0 0.09 0.13
HSL 174.06º 0.83% 0.47% -
HSV(B) 174.06º 0.91% 0.87% -
XYZ 37.07 56.66 64.86 -
YUV 159.32 152.08 28.63 -
System Red Green Blue C M Y K H S L
Decimal 20 222 202 0.91 0 0.09 0.13 174.06 0.83 0.47
Hex 14 DE CA 5B 0 9 D AE 53 2F
Octal 24 336 312 133 0 11 15 256 123 57
Binary 10100 11011110 11001010 1011011 0 1001 1101 10101110 1010011 101111

Color Harmonies of #14DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DECA

Black with #14DECA

Text Example


Text Example

White with #14DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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