Html Css Color HEX #2BECF0 Bright Turquoise

📋 copy color: '#2BECF0'

red 43 ◦ green 236 ◦ blue 240

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

Shades of Bright Turquoise #2BECF0

Tints of Bright Turquoise #2BECF0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.47%

 BLUE value IS 240 (94.14% from 255) = 46.24%

R = 8.29%
G = 45.47%
B = 46.24%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2BECF0 (or 0x2BECF0) is known color: Bright Turquoise. HEX triplet: 2B, EC and F0. RGB value is (43,236,240). Sum of RGB (Red+Green+Blue) = 43+236+240=519 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.29% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #2BECF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BECF0 is #D4130F. Grayscale: #B2B2B2. Windows color (decimal): -13898512 or 15789099. OLE color: 15789099.

HSL color Cylindrical-coordinate representation of color #2BECF0: hue angle of 181.22º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BECF0 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 236 240 -
CMYK 0.82 0.02 0 0.06
HSL 181.22º 0.87% 0.55% -
HSV(B) 181.22º 0.82% 0.94% -
XYZ 46.72 66.8 92.87 -
YUV 178.75 162.56 31.17 -
System Red Green Blue C M Y K H S L
Decimal 43 236 240 0.82 0.02 0 0.06 181.22 0.87 0.55
Hex 2B EC F0 52 2 0 6 B5 57 37
Octal 53 354 360 122 2 0 6 265 127 67
Binary 101011 11101100 11110000 1010010 10 0 110 10110101 1010111 110111

Color Harmonies of #2BECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BECF0

Black with #2BECF0

Text Example


Text Example

White with #2BECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,236,240); }

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

background-color css

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

 a { background-color: rgb(43,236,240); }

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

border-color css

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

 span { border-color: rgb(43,236,240); }

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