Html Css Color HEX #2BEFDF Turquoise

📋 copy color: '#2BEFDF'

red 43 ◦ green 239 ◦ blue 223

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

Shades of Turquoise #2BEFDF

Tints of Turquoise #2BEFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.33%

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

R = 8.51%
G = 47.33%
B = 44.16%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#2BEFDF (or 0x2BEFDF) is known color: Turquoise. HEX triplet: 2B, EF and DF. RGB value is (43,239,223). Sum of RGB (Red+Green+Blue) = 43+239+223=505 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.51% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFDF is #D41020. Grayscale: #B2B2B2. Windows color (decimal): -13897761 or 14675755. OLE color: 14675755.

HSL color Cylindrical-coordinate representation of color #2BEFDF: hue angle of 175.1º degrees, saturation: 0.86, 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 #2BEFDF is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 239 223 -
CMYK 0.82 0 0.07 0.06
HSL 175.1º 0.86% 0.55% -
HSV(B) 175.1º 0.82% 0.94% -
XYZ 45.18 67.57 80.47 -
YUV 178.57 153.07 31.3 -
System Red Green Blue C M Y K H S L
Decimal 43 239 223 0.82 0 0.07 0.06 175.1 0.86 0.55
Hex 2B EF DF 52 0 7 6 AF 56 37
Octal 53 357 337 122 0 7 6 257 126 67
Binary 101011 11101111 11011111 1010010 0 111 110 10101111 1010110 110111

Color Harmonies of #2BEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEFDF

Black with #2BEFDF

Text Example


Text Example

White with #2BEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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