Html Css Color HEX #28EBF2 Bright Turquoise

📋 copy color: '#28EBF2'

red 40 ◦ green 235 ◦ blue 242

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

Shades of Bright Turquoise #28EBF2

Tints of Bright Turquoise #28EBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.45%

 BLUE value IS 242 (94.92% from 255) = 46.81%

R = 7.74%
G = 45.45%
B = 46.81%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#28EBF2 (or 0x28EBF2) is known color: Bright Turquoise. HEX triplet: 28, EB and F2. RGB value is (40,235,242). Sum of RGB (Red+Green+Blue) = 40+235+242=517 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.74% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #28EBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EBF2 is #D7140D. Grayscale: #B1B1B1. Windows color (decimal): -14095374 or 15919912. OLE color: 15919912.

HSL color Cylindrical-coordinate representation of color #28EBF2: hue angle of 182.08º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EBF2 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 235 242 -
CMYK 0.83 0.03 0 0.05
HSL 182.08º 0.89% 0.55% -
HSV(B) 182.08º 0.83% 0.95% -
XYZ 46.61 66.28 94.34 -
YUV 177.49 164.4 29.93 -
System Red Green Blue C M Y K H S L
Decimal 40 235 242 0.83 0.03 0 0.05 182.08 0.89 0.55
Hex 28 EB F2 53 3 0 5 B6 59 37
Octal 50 353 362 123 3 0 5 266 131 67
Binary 101000 11101011 11110010 1010011 11 0 101 10110110 1011001 110111

Color Harmonies of #28EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EBF2

Black with #28EBF2

Text Example


Text Example

White with #28EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,235,242); }

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

background-color css

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

 a { background-color: rgb(40,235,242); }

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

border-color css

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

 span { border-color: rgb(40,235,242); }

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