Html Css Color HEX #3CDDB5 Turquoise

📋 copy color: '#3CDDB5'

red 60 ◦ green 221 ◦ blue 181

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

Shades of Turquoise #3CDDB5

Tints of Turquoise #3CDDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.18%

R = 12.99%
G = 47.84%
B = 39.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#3CDDB5 (or 0x3CDDB5) is known color: Turquoise. HEX triplet: 3C, DD and B5. RGB value is (60,221,181). Sum of RGB (Red+Green+Blue) = 60+221+181=462 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.99% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDDB5 is #C3224A. Grayscale: #A8A8A8. Windows color (decimal): -12788299 or 11918652. OLE color: 11918652.

HSL color Cylindrical-coordinate representation of color #3CDDB5: hue angle of 165.09º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDDB5 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 221 181 -
CMYK 0.73 0 0.18 0.13
HSL 165.09º 0.7% 0.55% -
HSV(B) 165.09º 0.73% 0.87% -
XYZ 36.06 56.01 52.63 -
YUV 168.3 135.16 50.75 -
System Red Green Blue C M Y K H S L
Decimal 60 221 181 0.73 0 0.18 0.13 165.09 0.7 0.55
Hex 3C DD B5 49 0 12 D A5 46 37
Octal 74 335 265 111 0 22 15 245 106 67
Binary 111100 11011101 10110101 1001001 0 10010 1101 10100101 1000110 110111

Color Harmonies of #3CDDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDDB5

Black with #3CDDB5

Text Example


Text Example

White with #3CDDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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