Html Css Color HEX #3CDFB8 Turquoise

📋 copy color: '#3CDFB8'

red 60 ◦ green 223 ◦ blue 184

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

Shades of Turquoise #3CDFB8

Tints of Turquoise #3CDFB8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.75%

 BLUE value IS 184 (72.27% from 255) = 39.4%

R = 12.85%
G = 47.75%
B = 39.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#3CDFB8 (or 0x3CDFB8) is known color: Turquoise. HEX triplet: 3C, DF and B8. RGB value is (60,223,184). Sum of RGB (Red+Green+Blue) = 60+223+184=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFB8 is #C32047. Grayscale: #A9A9A9. Windows color (decimal): -12787784 or 12115772. OLE color: 12115772.

HSL color Cylindrical-coordinate representation of color #3CDFB8: hue angle of 165.64º degrees, saturation: 0.72, 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 #3CDFB8 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 223 184 -
CMYK 0.73 0 0.17 0.13
HSL 165.64º 0.72% 0.55% -
HSV(B) 165.64º 0.73% 0.87% -
XYZ 36.9 57.2 54.44 -
YUV 169.82 136 49.67 -
System Red Green Blue C M Y K H S L
Decimal 60 223 184 0.73 0 0.17 0.13 165.64 0.72 0.55
Hex 3C DF B8 49 0 11 D A6 48 37
Octal 74 337 270 111 0 21 15 246 110 67
Binary 111100 11011111 10111000 1001001 0 10001 1101 10100110 1001000 110111

Color Harmonies of #3CDFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDFB8

Black with #3CDFB8

Text Example


Text Example

White with #3CDFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,223,184); }

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

background-color css

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

 a { background-color: rgb(60,223,184); }

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

border-color css

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

 span { border-color: rgb(60,223,184); }

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