Html Css Color HEX #2BEAFD Bright Turquoise

📋 copy color: '#2BEAFD'

red 43 ◦ green 234 ◦ blue 253

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

Shades of Bright Turquoise #2BEAFD

Tints of Bright Turquoise #2BEAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.15%

 BLUE value IS 253 (99.22% from 255) = 47.74%

R = 8.11%
G = 44.15%
B = 47.74%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2BEAFD (or 0x2BEAFD) is known color: Bright Turquoise. HEX triplet: 2B, EA and FD. RGB value is (43,234,253). Sum of RGB (Red+Green+Blue) = 43+234+253=530 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.11% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #2BEAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEAFD is #D41502. Grayscale: #B2B2B2. Windows color (decimal): -13899011 or 16640555. OLE color: 16640555.

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

Color convert

RGB 43 234 253 -
CMYK 0.83 0.08 0 0.01
HSL 185.43º 0.98% 0.58% -
HSV(B) 185.43º 0.83% 0.99% -
XYZ 48.15 66.45 103.22 -
YUV 179.06 169.72 30.96 -
System Red Green Blue C M Y K H S L
Decimal 43 234 253 0.83 0.08 0 0.01 185.43 0.98 0.58
Hex 2B EA FD 53 8 0 1 B9 62 3A
Octal 53 352 375 123 10 0 1 271 142 72
Binary 101011 11101010 11111101 1010011 1000 0 1 10111001 1100010 111010

Color Harmonies of #2BEAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEAFD

Black with #2BEAFD

Text Example


Text Example

White with #2BEAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,234,253); }

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

background-color css

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

 a { background-color: rgb(43,234,253); }

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

border-color css

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

 span { border-color: rgb(43,234,253); }

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