Html Css Color HEX #3CECEE Turquoise

📋 copy color: '#3CECEE'

red 60 ◦ green 236 ◦ blue 238

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

Shades of Turquoise #3CECEE

Tints of Turquoise #3CECEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.57%

R = 11.24%
G = 44.19%
B = 44.57%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3CECEE (or 0x3CECEE) is known color: Turquoise. HEX triplet: 3C, EC and EE. RGB value is (60,236,238). Sum of RGB (Red+Green+Blue) = 60+236+238=534 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.24% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #3CECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CECEE is #C31311. Grayscale: #B7B7B7. Windows color (decimal): -12784402 or 15658044. OLE color: 15658044.

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

Color convert

RGB 60 236 238 -
CMYK 0.75 0.01 0 0.07
HSL 180.67º 0.84% 0.58% -
HSV(B) 180.67º 0.75% 0.93% -
XYZ 47.29 67.12 91.35 -
YUV 183.6 158.69 39.84 -
System Red Green Blue C M Y K H S L
Decimal 60 236 238 0.75 0.01 0 0.07 180.67 0.84 0.58
Hex 3C EC EE 4B 1 0 7 B5 54 3A
Octal 74 354 356 113 1 0 7 265 124 72
Binary 111100 11101100 11101110 1001011 1 0 111 10110101 1010100 111010

Color Harmonies of #3CECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CECEE

Black with #3CECEE

Text Example


Text Example

White with #3CECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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