Html Css Color HEX #28FBCC Turquoise

📋 copy color: '#28FBCC'

red 40 ◦ green 251 ◦ blue 204

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

Shades of Turquoise #28FBCC

Tints of Turquoise #28FBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 8.08%
G = 50.71%
B = 41.21%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#28FBCC (or 0x28FBCC) is known color: Turquoise. HEX triplet: 28, FB and CC. RGB value is (40,251,204). Sum of RGB (Red+Green+Blue) = 40+251+204=495 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.08% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #28FBCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FBCC is #D70433. Grayscale: #B6B6B6. Windows color (decimal): -14091316 or 13433640. OLE color: 13433640.

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

Color convert

RGB 40 251 204 -
CMYK 0.84 0 0.19 0.02
HSL 166.64º 0.96% 0.57% -
HSV(B) 166.64º 0.84% 0.98% -
XYZ 46.27 73.81 68.93 -
YUV 182.55 140.1 26.32 -
System Red Green Blue C M Y K H S L
Decimal 40 251 204 0.84 0 0.19 0.02 166.64 0.96 0.57
Hex 28 FB CC 54 0 13 2 A7 60 39
Octal 50 373 314 124 0 23 2 247 140 71
Binary 101000 11111011 11001100 1010100 0 10011 10 10100111 1100000 111001

Color Harmonies of #28FBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FBCC

Black with #28FBCC

Text Example


Text Example

White with #28FBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,251,204); }

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

background-color css

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

 a { background-color: rgb(40,251,204); }

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

border-color css

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

 span { border-color: rgb(40,251,204); }

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