Html Css Color HEX #3CEEBD Turquoise

📋 copy color: '#3CEEBD'

red 60 ◦ green 238 ◦ blue 189

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

Shades of Turquoise #3CEEBD

Tints of Turquoise #3CEEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.87%

 BLUE value IS 189 (74.22% from 255) = 38.81%

R = 12.32%
G = 48.87%
B = 38.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#3CEEBD (or 0x3CEEBD) is known color: Turquoise. HEX triplet: 3C, EE and BD. RGB value is (60,238,189). Sum of RGB (Red+Green+Blue) = 60+238+189=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEEBD is #C31142. Grayscale: #B3B3B3. Windows color (decimal): -12783939 or 12447292. OLE color: 12447292.

HSL color Cylindrical-coordinate representation of color #3CEEBD: hue angle of 163.48º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEEBD is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 238 189 -
CMYK 0.75 0 0.21 0.07
HSL 163.48º 0.84% 0.58% -
HSV(B) 163.48º 0.75% 0.93% -
XYZ 41.62 65.78 58.65 -
YUV 179.19 133.53 42.98 -
System Red Green Blue C M Y K H S L
Decimal 60 238 189 0.75 0 0.21 0.07 163.48 0.84 0.58
Hex 3C EE BD 4B 0 15 7 A3 54 3A
Octal 74 356 275 113 0 25 7 243 124 72
Binary 111100 11101110 10111101 1001011 0 10101 111 10100011 1010100 111010

Color Harmonies of #3CEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEEBD

Black with #3CEEBD

Text Example


Text Example

White with #3CEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,238,189); }

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

background-color css

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

 a { background-color: rgb(60,238,189); }

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

border-color css

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

 span { border-color: rgb(60,238,189); }

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