Html Css Color HEX #13CFDE Dark Turquoise

📋 copy color: '#13CFDE'

red 19 ◦ green 207 ◦ blue 222

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

Shades of Dark Turquoise #13CFDE

Tints of Dark Turquoise #13CFDE

RGB

 RED value IS 19 (7.81% from 255) = 4.24%

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

 BLUE value IS 222 (87.11% from 255) = 49.55%

R = 4.24%
G = 46.21%
B = 49.55%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13CFDE (or 0x13CFDE) is known color: Dark Turquoise. HEX triplet: 13, CF and DE. RGB value is (19,207,222). Sum of RGB (Red+Green+Blue) = 19+207+222=448 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.24% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #13CFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFDE is #EC3021. Grayscale: #989898. Windows color (decimal): -15478818 or 14602003. OLE color: 14602003.

HSL color Cylindrical-coordinate representation of color #13CFDE: hue angle of 184.43º degrees, saturation: 0.84, 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 #13CFDE is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 207 222 -
CMYK 0.91 0.07 0 0.13
HSL 184.43º 0.84% 0.47% -
HSV(B) 184.43º 0.91% 0.87% -
XYZ 35.77 50.04 76.88 -
YUV 152.5 167.22 32.78 -
System Red Green Blue C M Y K H S L
Decimal 19 207 222 0.91 0.07 0 0.13 184.43 0.84 0.47
Hex 13 CF DE 5B 7 0 D B8 54 2F
Octal 23 317 336 133 7 0 15 270 124 57
Binary 10011 11001111 11011110 1011011 111 0 1101 10111000 1010100 101111

Color Harmonies of #13CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CFDE

Black with #13CFDE

Text Example


Text Example

White with #13CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13CFDE; }

 p { color: rgb(19,207,222); }

 H1.HeaderClassName
 {
   color: #13CFDE;
 }
 .AnyTagClassName
 {
   color: #13CFDE;
 }
</style>

background-color css

<style>
 a { background-color: #13CFDE; }

 a { background-color: rgb(19,207,222); }

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

border-color css

<style>
 span { border-color: #13CFDE; }

 span { border-color: rgb(19,207,222); }

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