Html Css Color HEX #20FBDF Bright Turquoise

📋 copy color: '#20FBDF'

red 32 ◦ green 251 ◦ blue 223

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

Shades of Bright Turquoise #20FBDF

Tints of Bright Turquoise #20FBDF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.6%

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 6.32%
G = 49.6%
B = 44.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#20FBDF (or 0x20FBDF) is known color: Bright Turquoise. HEX triplet: 20, FB and DF. RGB value is (32,251,223). Sum of RGB (Red+Green+Blue) = 32+251+223=506 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.32% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #20FBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FBDF is #DF0420. Grayscale: #B6B6B6. Windows color (decimal): -14615585 or 14678816. OLE color: 14678816.

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

Color convert

RGB 32 251 223 -
CMYK 0.87 0 0.11 0.02
HSL 172.33º 0.96% 0.55% -
HSV(B) 172.33º 0.87% 0.98% -
XYZ 48.41 74.63 81.67 -
YUV 182.33 150.95 20.78 -
System Red Green Blue C M Y K H S L
Decimal 32 251 223 0.87 0 0.11 0.02 172.33 0.96 0.55
Hex 20 FB DF 57 0 B 2 AC 60 37
Octal 40 373 337 127 0 13 2 254 140 67
Binary 100000 11111011 11011111 1010111 0 1011 10 10101100 1100000 110111

Color Harmonies of #20FBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FBDF

Black with #20FBDF

Text Example


Text Example

White with #20FBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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