Html Css Color HEX #2CCEDF Turquoise

📋 copy color: '#2CCEDF'

red 44 ◦ green 206 ◦ blue 223

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

Shades of Turquoise #2CCEDF

Tints of Turquoise #2CCEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.55%

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

R = 9.3%
G = 43.55%
B = 47.15%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2CCEDF (or 0x2CCEDF) is known color: Turquoise. HEX triplet: 2C, CE and DF. RGB value is (44,206,223). Sum of RGB (Red+Green+Blue) = 44+206+223=473 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.30% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #2CCEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCEDF is #D33120. Grayscale: #9F9F9F. Windows color (decimal): -13840673 or 14667308. OLE color: 14667308.

HSL color Cylindrical-coordinate representation of color #2CCEDF: hue angle of 185.7º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CCEDF is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 206 223 -
CMYK 0.80 0.08 0 0.13
HSL 185.7º 0.74% 0.52% -
HSV(B) 185.7º 0.8% 0.87% -
XYZ 36.43 50.01 77.54 -
YUV 159.5 163.83 45.62 -
System Red Green Blue C M Y K H S L
Decimal 44 206 223 0.80 0.08 0 0.13 185.7 0.74 0.52
Hex 2C CE DF 50 8 0 D BA 4A 34
Octal 54 316 337 120 10 0 15 272 112 64
Binary 101100 11001110 11011111 1010000 1000 0 1101 10111010 1001010 110100

Color Harmonies of #2CCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCEDF

Black with #2CCEDF

Text Example


Text Example

White with #2CCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,206,223); }

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

background-color css

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

 a { background-color: rgb(44,206,223); }

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

border-color css

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

 span { border-color: rgb(44,206,223); }

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