Html Css Color HEX #28FDDF Bright Turquoise

📋 copy color: '#28FDDF'

red 40 ◦ green 253 ◦ blue 223

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

Shades of Bright Turquoise #28FDDF

Tints of Bright Turquoise #28FDDF

RGB

 RED value IS 40 (16.02% from 255) = 7.75%

 GREEN value IS 253 (99.22% from 255) = 49.03%

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

R = 7.75%
G = 49.03%
B = 43.22%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#28FDDF (or 0x28FDDF) is known color: Bright Turquoise. HEX triplet: 28, FD and DF. RGB value is (40,253,223). Sum of RGB (Red+Green+Blue) = 40+253+223=516 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.75% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #28FDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FDDF is #D70220. Grayscale: #B9B9B9. Windows color (decimal): -14090785 or 14679336. OLE color: 14679336.

HSL color Cylindrical-coordinate representation of color #28FDDF: hue angle of 171.55º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FDDF is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 253 223 -
CMYK 0.84 0 0.12 0.01
HSL 171.55º 0.98% 0.57% -
HSV(B) 171.55º 0.84% 0.99% -
XYZ 49.32 76.03 81.89 -
YUV 185.89 148.93 23.94 -
System Red Green Blue C M Y K H S L
Decimal 40 253 223 0.84 0 0.12 0.01 171.55 0.98 0.57
Hex 28 FD DF 54 0 C 1 AC 62 39
Octal 50 375 337 124 0 14 1 254 142 71
Binary 101000 11111101 11011111 1010100 0 1100 1 10101100 1100010 111001

Color Harmonies of #28FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FDDF

Black with #28FDDF

Text Example


Text Example

White with #28FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28FDDF; }

 p { color: rgb(40,253,223); }

 H1.HeaderClassName
 {
   color: #28FDDF;
 }
 .AnyTagClassName
 {
   color: #28FDDF;
 }
</style>

background-color css

<style>
 a { background-color: #28FDDF; }

 a { background-color: rgb(40,253,223); }

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

border-color css

<style>
 span { border-color: #28FDDF; }

 span { border-color: rgb(40,253,223); }

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