Html Css Color HEX #2BEDDF Turquoise

📋 copy color: '#2BEDDF'

red 43 ◦ green 237 ◦ blue 223

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

Shades of Turquoise #2BEDDF

Tints of Turquoise #2BEDDF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.12%

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 8.55%
G = 47.12%
B = 44.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#2BEDDF (or 0x2BEDDF) is known color: Turquoise. HEX triplet: 2B, ED and DF. RGB value is (43,237,223). Sum of RGB (Red+Green+Blue) = 43+237+223=503 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.55% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #2BEDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEDDF is #D41220. Grayscale: #B1B1B1. Windows color (decimal): -13898273 or 14675243. OLE color: 14675243.

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

Color convert

RGB 43 237 223 -
CMYK 0.82 0 0.06 0.07
HSL 175.67º 0.84% 0.55% -
HSV(B) 175.67º 0.82% 0.93% -
XYZ 44.6 66.41 80.28 -
YUV 177.4 153.73 32.14 -
System Red Green Blue C M Y K H S L
Decimal 43 237 223 0.82 0 0.06 0.07 175.67 0.84 0.55
Hex 2B ED DF 52 0 6 7 B0 54 37
Octal 53 355 337 122 0 6 7 260 124 67
Binary 101011 11101101 11011111 1010010 0 110 111 10110000 1010100 110111

Color Harmonies of #2BEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEDDF

Black with #2BEDDF

Text Example


Text Example

White with #2BEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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