Html Css Color HEX #3CDAF2 Turquoise

📋 copy color: '#3CDAF2'

red 60 ◦ green 218 ◦ blue 242

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

Shades of Turquoise #3CDAF2

Tints of Turquoise #3CDAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.54%

R = 11.54%
G = 41.92%
B = 46.54%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3CDAF2 (or 0x3CDAF2) is known color: Turquoise. HEX triplet: 3C, DA and F2. RGB value is (60,218,242). Sum of RGB (Red+Green+Blue) = 60+218+242=520 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.54% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #3CDAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDAF2 is #C3250D. Grayscale: #ADADAD. Windows color (decimal): -12789006 or 15915580. OLE color: 15915580.

HSL color Cylindrical-coordinate representation of color #3CDAF2: hue angle of 187.91º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDAF2 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 218 242 -
CMYK 0.75 0.10 0 0.05
HSL 187.91º 0.88% 0.59% -
HSV(B) 187.91º 0.75% 0.95% -
XYZ 42.96 57.51 92.84 -
YUV 173.49 166.65 47.05 -
System Red Green Blue C M Y K H S L
Decimal 60 218 242 0.75 0.10 0 0.05 187.91 0.88 0.59
Hex 3C DA F2 4B A 0 5 BC 58 3B
Octal 74 332 362 113 12 0 5 274 130 73
Binary 111100 11011010 11110010 1001011 1010 0 101 10111100 1011000 111011

Color Harmonies of #3CDAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDAF2

Black with #3CDAF2

Text Example


Text Example

White with #3CDAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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