Html Css Color HEX #2BFAED Bright Turquoise

📋 copy color: '#2BFAED'

red 43 ◦ green 250 ◦ blue 237

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

Shades of Bright Turquoise #2BFAED

Tints of Bright Turquoise #2BFAED

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.17%

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 8.11%
G = 47.17%
B = 44.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#2BFAED (or 0x2BFAED) is known color: Bright Turquoise. HEX triplet: 2B, FA and ED. RGB value is (43,250,237). Sum of RGB (Red+Green+Blue) = 43+250+237=530 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.11% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFAED is #D40512. Grayscale: #BABABA. Windows color (decimal): -13894931 or 15596075. OLE color: 15596075.

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

Color convert

RGB 43 250 237 -
CMYK 0.83 0 0.05 0.02
HSL 176.23º 0.95% 0.57% -
HSV(B) 176.23º 0.83% 0.98% -
XYZ 50.47 75 91.94 -
YUV 186.63 156.42 25.56 -
System Red Green Blue C M Y K H S L
Decimal 43 250 237 0.83 0 0.05 0.02 176.23 0.95 0.57
Hex 2B FA ED 53 0 5 2 B0 5F 39
Octal 53 372 355 123 0 5 2 260 137 71
Binary 101011 11111010 11101101 1010011 0 101 10 10110000 1011111 111001

Color Harmonies of #2BFAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFAED

Black with #2BFAED

Text Example


Text Example

White with #2BFAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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