Html Css Color HEX #20EAF1 Bright Turquoise

📋 copy color: '#20EAF1'

red 32 ◦ green 234 ◦ blue 241

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

Shades of Bright Turquoise #20EAF1

Tints of Bright Turquoise #20EAF1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.15%

 BLUE value IS 241 (94.53% from 255) = 47.53%

R = 6.31%
G = 46.15%
B = 47.53%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#20EAF1 (or 0x20EAF1) is known color: Bright Turquoise. HEX triplet: 20, EA and F1. RGB value is (32,234,241). Sum of RGB (Red+Green+Blue) = 32+234+241=507 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.31% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #20EAF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EAF1 is #DF150E. Grayscale: #AEAEAE. Windows color (decimal): -14619919 or 15854112. OLE color: 15854112.

HSL color Cylindrical-coordinate representation of color #20EAF1: hue angle of 182.01º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EAF1 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 234 241 -
CMYK 0.87 0.03 0 0.05
HSL 182.01º 0.88% 0.54% -
HSV(B) 182.01º 0.87% 0.95% -
XYZ 45.9 65.5 93.44 -
YUV 174.4 165.58 26.43 -
System Red Green Blue C M Y K H S L
Decimal 32 234 241 0.87 0.03 0 0.05 182.01 0.88 0.54
Hex 20 EA F1 57 3 0 5 B6 58 36
Octal 40 352 361 127 3 0 5 266 130 66
Binary 100000 11101010 11110001 1010111 11 0 101 10110110 1011000 110110

Color Harmonies of #20EAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EAF1

Black with #20EAF1

Text Example


Text Example

White with #20EAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,234,241); }

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

background-color css

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

 a { background-color: rgb(32,234,241); }

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

border-color css

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

 span { border-color: rgb(32,234,241); }

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