Html Css Color HEX #2BE5FD Bright Turquoise

📋 copy color: '#2BE5FD'

red 43 ◦ green 229 ◦ blue 253

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

Shades of Bright Turquoise #2BE5FD

Tints of Bright Turquoise #2BE5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.62%

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

R = 8.19%
G = 43.62%
B = 48.19%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2BE5FD (or 0x2BE5FD) is known color: Bright Turquoise. HEX triplet: 2B, E5 and FD. RGB value is (43,229,253). Sum of RGB (Red+Green+Blue) = 43+229+253=525 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.19% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #2BE5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BE5FD is #D41A02. Grayscale: #AFAFAF. Windows color (decimal): -13900291 or 16639275. OLE color: 16639275.

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

Color convert

RGB 43 229 253 -
CMYK 0.83 0.09 0 0.01
HSL 186.86º 0.98% 0.58% -
HSV(B) 186.86º 0.83% 0.99% -
XYZ 46.75 63.64 102.75 -
YUV 176.12 171.38 33.05 -
System Red Green Blue C M Y K H S L
Decimal 43 229 253 0.83 0.09 0 0.01 186.86 0.98 0.58
Hex 2B E5 FD 53 9 0 1 BB 62 3A
Octal 53 345 375 123 11 0 1 273 142 72
Binary 101011 11100101 11111101 1010011 1001 0 1 10111011 1100010 111010

Color Harmonies of #2BE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE5FD

Black with #2BE5FD

Text Example


Text Example

White with #2BE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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