Html Css Color HEX #3CDEE1 Turquoise

📋 copy color: '#3CDEE1'

red 60 ◦ green 222 ◦ blue 225

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

Shades of Turquoise #3CDEE1

Tints of Turquoise #3CDEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.38%

R = 11.83%
G = 43.79%
B = 44.38%

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

#3CDEE1 (or 0x3CDEE1) is known color: Turquoise. HEX triplet: 3C, DE and E1. RGB value is (60,222,225). Sum of RGB (Red+Green+Blue) = 60+222+225=507 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.83% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #3CDEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDEE1 is #C3211E. Grayscale: #ADADAD. Windows color (decimal): -12787999 or 14802492. OLE color: 14802492.

HSL color Cylindrical-coordinate representation of color #3CDEE1: hue angle of 181.09º 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 #3CDEE1 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 222 225 -
CMYK 0.73 0.01 0 0.12
HSL 181.09º 0.73% 0.56% -
HSV(B) 181.09º 0.73% 0.88% -
XYZ 41.58 58.64 80.36 -
YUV 173.9 156.83 46.76 -
System Red Green Blue C M Y K H S L
Decimal 60 222 225 0.73 0.01 0 0.12 181.09 0.73 0.56
Hex 3C DE E1 49 1 0 C B5 49 38
Octal 74 336 341 111 1 0 14 265 111 70
Binary 111100 11011110 11100001 1001001 1 0 1100 10110101 1001001 111000

Color Harmonies of #3CDEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDEE1

Black with #3CDEE1

Text Example


Text Example

White with #3CDEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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