Html Css Color HEX #28DFE7 Bright Turquoise

📋 copy color: '#28DFE7'

red 40 ◦ green 223 ◦ blue 231

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

Shades of Bright Turquoise #28DFE7

Tints of Bright Turquoise #28DFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.76%

R = 8.1%
G = 45.14%
B = 46.76%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#28DFE7 (or 0x28DFE7) is known color: Bright Turquoise. HEX triplet: 28, DF and E7. RGB value is (40,223,231). Sum of RGB (Red+Green+Blue) = 40+223+231=494 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.10% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #28DFE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DFE7 is #D72018. Grayscale: #A8A8A8. Windows color (decimal): -14098457 or 15195944. OLE color: 15195944.

HSL color Cylindrical-coordinate representation of color #28DFE7: hue angle of 182.51º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DFE7 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 40 223 231 -
CMYK 0.83 0.03 0 0.09
HSL 182.51º 0.8% 0.53% -
HSV(B) 182.51º 0.83% 0.91% -
XYZ 41.69 59 84.79 -
YUV 169.2 162.87 35.85 -
System Red Green Blue C M Y K H S L
Decimal 40 223 231 0.83 0.03 0 0.09 182.51 0.8 0.53
Hex 28 DF E7 53 3 0 9 B7 50 35
Octal 50 337 347 123 3 0 11 267 120 65
Binary 101000 11011111 11100111 1010011 11 0 1001 10110111 1010000 110101

Color Harmonies of #28DFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DFE7

Black with #28DFE7

Text Example


Text Example

White with #28DFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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