Html Css Color HEX #3CDAEA Turquoise

📋 copy color: '#3CDAEA'

red 60 ◦ green 218 ◦ blue 234

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

Shades of Turquoise #3CDAEA

Tints of Turquoise #3CDAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.58%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 11.72%
G = 42.58%
B = 45.7%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3CDAEA (or 0x3CDAEA) is known color: Turquoise. HEX triplet: 3C, DA and EA. RGB value is (60,218,234). Sum of RGB (Red+Green+Blue) = 60+218+234=512 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.72% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #3CDAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDAEA is #C32515. Grayscale: #ACACAC. Windows color (decimal): -12789014 or 15391292. OLE color: 15391292.

HSL color Cylindrical-coordinate representation of color #3CDAEA: hue angle of 185.52º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CDAEA is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 218 234 -
CMYK 0.74 0.07 0 0.08
HSL 185.52º 0.81% 0.58% -
HSV(B) 185.52º 0.74% 0.92% -
XYZ 41.79 57.04 86.65 -
YUV 172.58 162.65 47.7 -
System Red Green Blue C M Y K H S L
Decimal 60 218 234 0.74 0.07 0 0.08 185.52 0.81 0.58
Hex 3C DA EA 4A 7 0 8 BA 51 3A
Octal 74 332 352 112 7 0 10 272 121 72
Binary 111100 11011010 11101010 1001010 111 0 1000 10111010 1010001 111010

Color Harmonies of #3CDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDAEA

Black with #3CDAEA

Text Example


Text Example

White with #3CDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,218,234); }

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

background-color css

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

 a { background-color: rgb(60,218,234); }

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

border-color css

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

 span { border-color: rgb(60,218,234); }

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