Html Css Color HEX #3CDEE0 Turquoise

📋 copy color: '#3CDEE0'

red 60 ◦ green 222 ◦ blue 224

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

Shades of Turquoise #3CDEE0

Tints of Turquoise #3CDEE0

RGB

 RED value IS 60 (23.83% from 255) = 11.86%

 GREEN value IS 222 (87.11% from 255) = 43.87%

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 11.86%
G = 43.87%
B = 44.27%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3CDEE0 (or 0x3CDEE0) is known color: Turquoise. HEX triplet: 3C, DE and E0. RGB value is (60,222,224). Sum of RGB (Red+Green+Blue) = 60+222+224=506 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.86% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #3CDEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDEE0 is #C3211F. Grayscale: #ADADAD. Windows color (decimal): -12788000 or 14736956. OLE color: 14736956.

HSL color Cylindrical-coordinate representation of color #3CDEE0: hue angle of 180.73º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDEE0 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 222 224 -
CMYK 0.73 0.01 0 0.12
HSL 180.73º 0.73% 0.56% -
HSV(B) 180.73º 0.73% 0.88% -
XYZ 41.44 58.59 79.64 -
YUV 173.79 156.33 46.84 -
System Red Green Blue C M Y K H S L
Decimal 60 222 224 0.73 0.01 0 0.12 180.73 0.73 0.56
Hex 3C DE E0 49 1 0 C B5 49 38
Octal 74 336 340 111 1 0 14 265 111 70
Binary 111100 11011110 11100000 1001001 1 0 1100 10110101 1001001 111000

Color Harmonies of #3CDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDEE0

Black with #3CDEE0

Text Example


Text Example

White with #3CDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CDEE0; }

 p { color: rgb(60,222,224); }

 H1.HeaderClassName
 {
   color: #3CDEE0;
 }
 .AnyTagClassName
 {
   color: #3CDEE0;
 }
</style>

background-color css

<style>
 a { background-color: #3CDEE0; }

 a { background-color: rgb(60,222,224); }

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

border-color css

<style>
 span { border-color: #3CDEE0; }

 span { border-color: rgb(60,222,224); }

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