Html Css Color HEX #3CDAF1 Turquoise

📋 copy color: '#3CDAF1'

red 60 ◦ green 218 ◦ blue 241

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

Shades of Turquoise #3CDAF1

Tints of Turquoise #3CDAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.44%

R = 11.56%
G = 42%
B = 46.44%

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

#3CDAF1 (or 0x3CDAF1) is known color: Turquoise. HEX triplet: 3C, DA and F1. RGB value is (60,218,241). Sum of RGB (Red+Green+Blue) = 60+218+241=519 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.56% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #3CDAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDAF1 is #C3250E. Grayscale: #ADADAD. Windows color (decimal): -12789007 or 15850044. OLE color: 15850044.

HSL color Cylindrical-coordinate representation of color #3CDAF1: hue angle of 187.62º degrees, saturation: 0.87, 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 #3CDAF1 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 218 241 -
CMYK 0.75 0.10 0 0.05
HSL 187.62º 0.87% 0.59% -
HSV(B) 187.62º 0.75% 0.95% -
XYZ 42.81 57.45 92.05 -
YUV 173.38 166.15 47.13 -
System Red Green Blue C M Y K H S L
Decimal 60 218 241 0.75 0.10 0 0.05 187.62 0.87 0.59
Hex 3C DA F1 4B A 0 5 BC 57 3B
Octal 74 332 361 113 12 0 5 274 127 73
Binary 111100 11011010 11110001 1001011 1010 0 101 10111100 1010111 111011

Color Harmonies of #3CDAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDAF1

Black with #3CDAF1

Text Example


Text Example

White with #3CDAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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