Html Css Color HEX #2CE6CF Turquoise

📋 copy color: '#2CE6CF'

red 44 ◦ green 230 ◦ blue 207

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

Shades of Turquoise #2CE6CF

Tints of Turquoise #2CE6CF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.82%

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 9.15%
G = 47.82%
B = 43.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#2CE6CF (or 0x2CE6CF) is known color: Turquoise. HEX triplet: 2C, E6 and CF. RGB value is (44,230,207). Sum of RGB (Red+Green+Blue) = 44+230+207=481 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.15% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE6CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE6CF is #D31930. Grayscale: #ABABAB. Windows color (decimal): -13834545 or 13624876. OLE color: 13624876.

HSL color Cylindrical-coordinate representation of color #2CE6CF: hue angle of 172.58º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE6CF is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 44 230 207 -
CMYK 0.81 0 0.10 0.10
HSL 172.58º 0.79% 0.54% -
HSV(B) 172.58º 0.81% 0.9% -
XYZ 40.6 61.63 68.79 -
YUV 171.76 147.88 36.87 -
System Red Green Blue C M Y K H S L
Decimal 44 230 207 0.81 0 0.10 0.10 172.58 0.79 0.54
Hex 2C E6 CF 51 0 A A AD 4F 36
Octal 54 346 317 121 0 12 12 255 117 66
Binary 101100 11100110 11001111 1010001 0 1010 1010 10101101 1001111 110110

Color Harmonies of #2CE6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE6CF

Black with #2CE6CF

Text Example


Text Example

White with #2CE6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,230,207); }

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

background-color css

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

 a { background-color: rgb(44,230,207); }

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

border-color css

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

 span { border-color: rgb(44,230,207); }

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