Html Css Color HEX #3CDFBB Turquoise

📋 copy color: '#3CDFBB'

red 60 ◦ green 223 ◦ blue 187

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

Shades of Turquoise #3CDFBB

Tints of Turquoise #3CDFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.79%

R = 12.77%
G = 47.45%
B = 39.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#3CDFBB (or 0x3CDFBB) is known color: Turquoise. HEX triplet: 3C, DF and BB. RGB value is (60,223,187). Sum of RGB (Red+Green+Blue) = 60+223+187=470 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.77% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFBB is #C32044. Grayscale: #AAAAAA. Windows color (decimal): -12787781 or 12312380. OLE color: 12312380.

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

Color convert

RGB 60 223 187 -
CMYK 0.73 0 0.16 0.13
HSL 166.75º 0.72% 0.55% -
HSV(B) 166.75º 0.73% 0.87% -
XYZ 37.22 57.32 56.12 -
YUV 170.16 137.5 49.43 -
System Red Green Blue C M Y K H S L
Decimal 60 223 187 0.73 0 0.16 0.13 166.75 0.72 0.55
Hex 3C DF BB 49 0 10 D A7 48 37
Octal 74 337 273 111 0 20 15 247 110 67
Binary 111100 11011111 10111011 1001001 0 10000 1101 10100111 1001000 110111

Color Harmonies of #3CDFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDFBB

Black with #3CDFBB

Text Example


Text Example

White with #3CDFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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