Html Css Color HEX #2CEDBB Turquoise

📋 copy color: '#2CEDBB'

red 44 ◦ green 237 ◦ blue 187

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

Shades of Turquoise #2CEDBB

Tints of Turquoise #2CEDBB

RGB

 RED value IS 44 (17.58% from 255) = 9.4%

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

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 9.4%
G = 50.64%
B = 39.96%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#2CEDBB (or 0x2CEDBB) is known color: Turquoise. HEX triplet: 2C, ED and BB. RGB value is (44,237,187). Sum of RGB (Red+Green+Blue) = 44+237+187=468 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.40% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #2CEDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEDBB is #D31244. Grayscale: #ADADAD. Windows color (decimal): -13832773 or 12315948. OLE color: 12315948.

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

Color convert

RGB 44 237 187 -
CMYK 0.81 0 0.21 0.07
HSL 164.46º 0.84% 0.55% -
HSV(B) 164.46º 0.81% 0.93% -
XYZ 40.29 64.69 57.38 -
YUV 173.59 135.56 35.57 -
System Red Green Blue C M Y K H S L
Decimal 44 237 187 0.81 0 0.21 0.07 164.46 0.84 0.55
Hex 2C ED BB 51 0 15 7 A4 54 37
Octal 54 355 273 121 0 25 7 244 124 67
Binary 101100 11101101 10111011 1010001 0 10101 111 10100100 1010100 110111

Color Harmonies of #2CEDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEDBB

Black with #2CEDBB

Text Example


Text Example

White with #2CEDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,237,187); }

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

background-color css

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

 a { background-color: rgb(44,237,187); }

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

border-color css

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

 span { border-color: rgb(44,237,187); }

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