Html Css Color HEX #20DFFE Bright Turquoise

📋 copy color: '#20DFFE'

red 32 ◦ green 223 ◦ blue 254

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

Shades of Bright Turquoise #20DFFE

Tints of Bright Turquoise #20DFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.81%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 6.29%
G = 43.81%
B = 49.9%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#20DFFE (or 0x20DFFE) is known color: Bright Turquoise. HEX triplet: 20, DF and FE. RGB value is (32,223,254). Sum of RGB (Red+Green+Blue) = 32+223+254=509 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.29% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #20DFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DFFE is #DF2001. Grayscale: #A9A9A9. Windows color (decimal): -14622722 or 16703264. OLE color: 16703264.

HSL color Cylindrical-coordinate representation of color #20DFFE: hue angle of 188.38º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20DFFE is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 32 223 254 -
CMYK 0.87 0.12 0 0.00
HSL 188.38º 0.99% 0.56% -
HSV(B) 188.38º 0.87% 1% -
XYZ 44.87 60.24 103.03 -
YUV 169.43 175.72 29.98 -
System Red Green Blue C M Y K H S L
Decimal 32 223 254 0.87 0.12 0 0.00 188.38 0.99 0.56
Hex 20 DF FE 57 C 0 0 BC 63 38
Octal 40 337 376 127 14 0 0 274 143 70
Binary 100000 11011111 11111110 1010111 1100 0 0 10111100 1100011 111000

Color Harmonies of #20DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DFFE

Black with #20DFFE

Text Example


Text Example

White with #20DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,223,254); }

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

background-color css

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

 a { background-color: rgb(32,223,254); }

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

border-color css

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

 span { border-color: rgb(32,223,254); }

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