Html Css Color HEX #14BFE0 Dark Turquoise

📋 copy color: '#14BFE0'

red 20 ◦ green 191 ◦ blue 224

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

Shades of Dark Turquoise #14BFE0

Tints of Dark Turquoise #14BFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 43.91%

 BLUE value IS 224 (87.89% from 255) = 51.49%

R = 4.6%
G = 43.91%
B = 51.49%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#14BFE0 (or 0x14BFE0) is known color: Dark Turquoise. HEX triplet: 14, BF and E0. RGB value is (20,191,224). Sum of RGB (Red+Green+Blue) = 20+191+224=435 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.60% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #14BFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFE0 is #EB401F. Grayscale: #8F8F8F. Windows color (decimal): -15417376 or 14728980. OLE color: 14728980.

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

Color convert

RGB 20 191 224 -
CMYK 0.91 0.15 0 0.12
HSL 189.71º 0.84% 0.48% -
HSV(B) 189.71º 0.91% 0.88% -
XYZ 32.37 42.79 77.07 -
YUV 143.63 173.35 39.82 -
System Red Green Blue C M Y K H S L
Decimal 20 191 224 0.91 0.15 0 0.12 189.71 0.84 0.48
Hex 14 BF E0 5B F 0 C BE 54 30
Octal 24 277 340 133 17 0 14 276 124 60
Binary 10100 10111111 11100000 1011011 1111 0 1100 10111110 1010100 110000

Color Harmonies of #14BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFE0

Black with #14BFE0

Text Example


Text Example

White with #14BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,191,224); }

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

background-color css

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

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

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

border-color css

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

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

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