Html Css Color HEX #2BEBF9 Bright Turquoise

📋 copy color: '#2BEBF9'

red 43 ◦ green 235 ◦ blue 249

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

Shades of Bright Turquoise #2BEBF9

Tints of Bright Turquoise #2BEBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 8.16%
G = 44.59%
B = 47.25%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2BEBF9 (or 0x2BEBF9) is known color: Bright Turquoise. HEX triplet: 2B, EB and F9. RGB value is (43,235,249). Sum of RGB (Red+Green+Blue) = 43+235+249=527 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.16% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #2BEBF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEBF9 is #D41406. Grayscale: #B2B2B2. Windows color (decimal): -13898759 or 16378667. OLE color: 16378667.

HSL color Cylindrical-coordinate representation of color #2BEBF9: hue angle of 184.08º 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 #2BEBF9 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 235 249 -
CMYK 0.83 0.06 0 0.02
HSL 184.08º 0.94% 0.57% -
HSV(B) 184.08º 0.83% 0.98% -
XYZ 47.8 66.77 99.99 -
YUV 179.19 167.39 30.86 -
System Red Green Blue C M Y K H S L
Decimal 43 235 249 0.83 0.06 0 0.02 184.08 0.94 0.57
Hex 2B EB F9 53 6 0 2 B8 5E 39
Octal 53 353 371 123 6 0 2 270 136 71
Binary 101011 11101011 11111001 1010011 110 0 10 10111000 1011110 111001

Color Harmonies of #2BEBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEBF9

Black with #2BEBF9

Text Example


Text Example

White with #2BEBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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