Html Css Color HEX #2BF9E4 Turquoise

📋 copy color: '#2BF9E4'

red 43 ◦ green 249 ◦ blue 228

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

Shades of Turquoise #2BF9E4

Tints of Turquoise #2BF9E4

RGB

 RED value IS 43 (17.19% from 255) = 8.27%

 GREEN value IS 249 (97.66% from 255) = 47.88%

 BLUE value IS 228 (89.45% from 255) = 43.85%

R = 8.27%
G = 47.88%
B = 43.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#2BF9E4 (or 0x2BF9E4) is known color: Turquoise. HEX triplet: 2B, F9 and E4. RGB value is (43,249,228). Sum of RGB (Red+Green+Blue) = 43+249+228=520 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.27% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF9E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF9E4 is #D4061B. Grayscale: #B8B8B8. Windows color (decimal): -13895196 or 15005995. OLE color: 15005995.

HSL color Cylindrical-coordinate representation of color #2BF9E4: hue angle of 173.88º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF9E4 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 249 228 -
CMYK 0.83 0 0.08 0.02
HSL 173.88º 0.94% 0.57% -
HSV(B) 173.88º 0.83% 0.98% -
XYZ 48.88 73.87 85.08 -
YUV 185.01 152.25 26.71 -
System Red Green Blue C M Y K H S L
Decimal 43 249 228 0.83 0 0.08 0.02 173.88 0.94 0.57
Hex 2B F9 E4 53 0 8 2 AE 5E 39
Octal 53 371 344 123 0 10 2 256 136 71
Binary 101011 11111001 11100100 1010011 0 1000 10 10101110 1011110 111001

Color Harmonies of #2BF9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF9E4

Black with #2BF9E4

Text Example


Text Example

White with #2BF9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BF9E4; }

 p { color: rgb(43,249,228); }

 H1.HeaderClassName
 {
   color: #2BF9E4;
 }
 .AnyTagClassName
 {
   color: #2BF9E4;
 }
</style>

background-color css

<style>
 a { background-color: #2BF9E4; }

 a { background-color: rgb(43,249,228); }

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

border-color css

<style>
 span { border-color: #2BF9E4; }

 span { border-color: rgb(43,249,228); }

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