Html Css Color HEX #20EEF6 Bright Turquoise

📋 copy color: '#20EEF6'

red 32 ◦ green 238 ◦ blue 246

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

Shades of Bright Turquoise #20EEF6

Tints of Bright Turquoise #20EEF6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.12%

 BLUE value IS 246 (96.48% from 255) = 47.67%

R = 6.2%
G = 46.12%
B = 47.67%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#20EEF6 (or 0x20EEF6) is known color: Bright Turquoise. HEX triplet: 20, EE and F6. RGB value is (32,238,246). Sum of RGB (Red+Green+Blue) = 32+238+246=516 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.20% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #20EEF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EEF6 is #DF1109. Grayscale: #B1B1B1. Windows color (decimal): -14618890 or 16182816. OLE color: 16182816.

HSL color Cylindrical-coordinate representation of color #20EEF6: hue angle of 182.24º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EEF6 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 32 238 246 -
CMYK 0.87 0.03 0 0.04
HSL 182.24º 0.92% 0.55% -
HSV(B) 182.24º 0.87% 0.96% -
XYZ 47.8 68.11 97.82 -
YUV 177.32 166.75 24.35 -
System Red Green Blue C M Y K H S L
Decimal 32 238 246 0.87 0.03 0 0.04 182.24 0.92 0.55
Hex 20 EE F6 57 3 0 4 B6 5C 37
Octal 40 356 366 127 3 0 4 266 134 67
Binary 100000 11101110 11110110 1010111 11 0 100 10110110 1011100 110111

Color Harmonies of #20EEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EEF6

Black with #20EEF6

Text Example


Text Example

White with #20EEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,238,246); }

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

background-color css

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

 a { background-color: rgb(32,238,246); }

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

border-color css

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

 span { border-color: rgb(32,238,246); }

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