Html Css Color HEX #14CCE8 Dark Turquoise

📋 copy color: '#14CCE8'

red 20 ◦ green 204 ◦ blue 232

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

Shades of Dark Turquoise #14CCE8

Tints of Dark Turquoise #14CCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.88%

R = 4.39%
G = 44.74%
B = 50.88%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#14CCE8 (or 0x14CCE8) is known color: Dark Turquoise. HEX triplet: 14, CC and E8. RGB value is (20,204,232). Sum of RGB (Red+Green+Blue) = 20+204+232=456 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.39% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #14CCE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CCE8 is #EB3317. Grayscale: #979797. Windows color (decimal): -15414040 or 15256596. OLE color: 15256596.

HSL color Cylindrical-coordinate representation of color #14CCE8: hue angle of 187.92º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CCE8 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 204 232 -
CMYK 0.91 0.12 0 0.09
HSL 187.92º 0.84% 0.49% -
HSV(B) 187.92º 0.91% 0.91% -
XYZ 36.45 49.16 83.91 -
YUV 152.18 173.04 33.72 -
System Red Green Blue C M Y K H S L
Decimal 20 204 232 0.91 0.12 0 0.09 187.92 0.84 0.49
Hex 14 CC E8 5B C 0 9 BC 54 31
Octal 24 314 350 133 14 0 11 274 124 61
Binary 10100 11001100 11101000 1011011 1100 0 1001 10111100 1010100 110001

Color Harmonies of #14CCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CCE8

Black with #14CCE8

Text Example


Text Example

White with #14CCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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