Html Css Color HEX #3CDDF1 Turquoise

📋 copy color: '#3CDDF1'

red 60 ◦ green 221 ◦ blue 241

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

Shades of Turquoise #3CDDF1

Tints of Turquoise #3CDDF1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.34%

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

R = 11.49%
G = 42.34%
B = 46.17%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3CDDF1 (or 0x3CDDF1) is known color: Turquoise. HEX triplet: 3C, DD and F1. RGB value is (60,221,241). Sum of RGB (Red+Green+Blue) = 60+221+241=522 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.49% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #3CDDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDDF1 is #C3220E. Grayscale: #AEAEAE. Windows color (decimal): -12788239 or 15850812. OLE color: 15850812.

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

Color convert

RGB 60 221 241 -
CMYK 0.75 0.08 0 0.05
HSL 186.63º 0.87% 0.59% -
HSV(B) 186.63º 0.75% 0.95% -
XYZ 43.6 59.02 92.31 -
YUV 175.14 165.16 45.87 -
System Red Green Blue C M Y K H S L
Decimal 60 221 241 0.75 0.08 0 0.05 186.63 0.87 0.59
Hex 3C DD F1 4B 8 0 5 BB 57 3B
Octal 74 335 361 113 10 0 5 273 127 73
Binary 111100 11011101 11110001 1001011 1000 0 101 10111011 1010111 111011

Color Harmonies of #3CDDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDDF1

Black with #3CDDF1

Text Example


Text Example

White with #3CDDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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