Html Css Color HEX #2BF9EE Bright Turquoise

📋 copy color: '#2BF9EE'

red 43 ◦ green 249 ◦ blue 238

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

Shades of Bright Turquoise #2BF9EE

Tints of Bright Turquoise #2BF9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.91%

R = 8.11%
G = 46.98%
B = 44.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#2BF9EE (or 0x2BF9EE) is known color: Bright Turquoise. HEX triplet: 2B, F9 and EE. RGB value is (43,249,238). Sum of RGB (Red+Green+Blue) = 43+249+238=530 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.11% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF9EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BF9EE is #D40611. Grayscale: #B9B9B9. Windows color (decimal): -13895186 or 15661355. OLE color: 15661355.

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

Color convert

RGB 43 249 238 -
CMYK 0.83 0 0.04 0.02
HSL 176.8º 0.94% 0.57% -
HSV(B) 176.8º 0.83% 0.98% -
XYZ 50.3 74.44 92.61 -
YUV 186.15 157.25 25.89 -
System Red Green Blue C M Y K H S L
Decimal 43 249 238 0.83 0 0.04 0.02 176.8 0.94 0.57
Hex 2B F9 EE 53 0 4 2 B1 5E 39
Octal 53 371 356 123 0 4 2 261 136 71
Binary 101011 11111001 11101110 1010011 0 100 10 10110001 1011110 111001

Color Harmonies of #2BF9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF9EE

Black with #2BF9EE

Text Example


Text Example

White with #2BF9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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