Html Css Color HEX #2BEFCA Turquoise

📋 copy color: '#2BEFCA'

red 43 ◦ green 239 ◦ blue 202

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

Shades of Turquoise #2BEFCA

Tints of Turquoise #2BEFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 8.88%
G = 49.38%
B = 41.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#2BEFCA (or 0x2BEFCA) is known color: Turquoise. HEX triplet: 2B, EF and CA. RGB value is (43,239,202). Sum of RGB (Red+Green+Blue) = 43+239+202=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFCA is #D41035. Grayscale: #B0B0B0. Windows color (decimal): -13897782 or 13299499. OLE color: 13299499.

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

Color convert

RGB 43 239 202 -
CMYK 0.82 0 0.15 0.06
HSL 168.67º 0.86% 0.55% -
HSV(B) 168.67º 0.82% 0.94% -
XYZ 42.52 66.51 66.47 -
YUV 176.18 142.57 33.01 -
System Red Green Blue C M Y K H S L
Decimal 43 239 202 0.82 0 0.15 0.06 168.67 0.86 0.55
Hex 2B EF CA 52 0 F 6 A9 56 37
Octal 53 357 312 122 0 17 6 251 126 67
Binary 101011 11101111 11001010 1010010 0 1111 110 10101001 1010110 110111

Color Harmonies of #2BEFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEFCA

Black with #2BEFCA

Text Example


Text Example

White with #2BEFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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