Html Css Color HEX #2BEEFA Bright Turquoise

📋 copy color: '#2BEEFA'

red 43 ◦ green 238 ◦ blue 250

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

Shades of Bright Turquoise #2BEEFA

Tints of Bright Turquoise #2BEEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.82%

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 8.1%
G = 44.82%
B = 47.08%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2BEEFA (or 0x2BEEFA) is known color: Bright Turquoise. HEX triplet: 2B, EE and FA. RGB value is (43,238,250). Sum of RGB (Red+Green+Blue) = 43+238+250=531 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.10% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #2BEEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEEFA is #D41105. Grayscale: #B4B4B4. Windows color (decimal): -13897990 or 16444971. OLE color: 16444971.

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

Color convert

RGB 43 238 250 -
CMYK 0.83 0.05 0 0.02
HSL 183.48º 0.95% 0.57% -
HSV(B) 183.48º 0.83% 0.98% -
XYZ 48.83 68.56 101.1 -
YUV 181.06 166.9 29.52 -
System Red Green Blue C M Y K H S L
Decimal 43 238 250 0.83 0.05 0 0.02 183.48 0.95 0.57
Hex 2B EE FA 53 5 0 2 B7 5F 39
Octal 53 356 372 123 5 0 2 267 137 71
Binary 101011 11101110 11111010 1010011 101 0 10 10110111 1011111 111001

Color Harmonies of #2BEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEEFA

Black with #2BEEFA

Text Example


Text Example

White with #2BEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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