Html Css Color HEX #3CECCB Turquoise

📋 copy color: '#3CECCB'

red 60 ◦ green 236 ◦ blue 203

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

Shades of Turquoise #3CECCB

Tints of Turquoise #3CECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.29%

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 12.02%
G = 47.29%
B = 40.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#3CECCB (or 0x3CECCB) is known color: Turquoise. HEX triplet: 3C, EC and CB. RGB value is (60,236,203). Sum of RGB (Red+Green+Blue) = 60+236+203=499 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12.02% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECCB is #C31334. Grayscale: #B3B3B3. Windows color (decimal): -12784437 or 13364284. OLE color: 13364284.

HSL color Cylindrical-coordinate representation of color #3CECCB: hue angle of 168.75º degrees, saturation: 0.82, 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 #3CECCB is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 236 203 -
CMYK 0.75 0 0.14 0.07
HSL 168.75º 0.82% 0.58% -
HSV(B) 168.75º 0.75% 0.93% -
XYZ 42.64 65.26 66.85 -
YUV 179.61 141.19 42.68 -
System Red Green Blue C M Y K H S L
Decimal 60 236 203 0.75 0 0.14 0.07 168.75 0.82 0.58
Hex 3C EC CB 4B 0 E 7 A9 52 3A
Octal 74 354 313 113 0 16 7 251 122 72
Binary 111100 11101100 11001011 1001011 0 1110 111 10101001 1010010 111010

Color Harmonies of #3CECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CECCB

Black with #3CECCB

Text Example


Text Example

White with #3CECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,236,203); }

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

background-color css

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

 a { background-color: rgb(60,236,203); }

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

border-color css

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

 span { border-color: rgb(60,236,203); }

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