Html Css Color HEX #20ECCF Bright Turquoise

📋 copy color: '#20ECCF'

red 32 ◦ green 236 ◦ blue 207

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

Shades of Bright Turquoise #20ECCF

Tints of Bright Turquoise #20ECCF

RGB

 RED value IS 32 (12.89% from 255) = 6.74%

 GREEN value IS 236 (92.58% from 255) = 49.68%

 BLUE value IS 207 (81.25% from 255) = 43.58%

R = 6.74%
G = 49.68%
B = 43.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#20ECCF (or 0x20ECCF) is known color: Bright Turquoise. HEX triplet: 20, EC and CF. RGB value is (32,236,207). Sum of RGB (Red+Green+Blue) = 32+236+207=475 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.74% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #20ECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20ECCF is #DF1330. Grayscale: #ABABAB. Windows color (decimal): -14619441 or 13626400. OLE color: 13626400.

HSL color Cylindrical-coordinate representation of color #20ECCF: hue angle of 171.47º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20ECCF is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 236 207 -
CMYK 0.86 0 0.12 0.07
HSL 171.47º 0.84% 0.53% -
HSV(B) 171.47º 0.86% 0.93% -
XYZ 41.85 64.8 69.33 -
YUV 171.7 147.91 28.36 -
System Red Green Blue C M Y K H S L
Decimal 32 236 207 0.86 0 0.12 0.07 171.47 0.84 0.53
Hex 20 EC CF 56 0 C 7 AB 54 35
Octal 40 354 317 126 0 14 7 253 124 65
Binary 100000 11101100 11001111 1010110 0 1100 111 10101011 1010100 110101

Color Harmonies of #20ECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ECCF

Black with #20ECCF

Text Example


Text Example

White with #20ECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20ECCF; }

 p { color: rgb(32,236,207); }

 H1.HeaderClassName
 {
   color: #20ECCF;
 }
 .AnyTagClassName
 {
   color: #20ECCF;
 }
</style>

background-color css

<style>
 a { background-color: #20ECCF; }

 a { background-color: rgb(32,236,207); }

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

border-color css

<style>
 span { border-color: #20ECCF; }

 span { border-color: rgb(32,236,207); }

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