Html Css Color HEX #3CEDE2 Turquoise

📋 copy color: '#3CEDE2'

red 60 ◦ green 237 ◦ blue 226

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

Shades of Turquoise #3CEDE2

Tints of Turquoise #3CEDE2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.32%

 BLUE value IS 226 (88.67% from 255) = 43.21%

R = 11.47%
G = 45.32%
B = 43.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#3CEDE2 (or 0x3CEDE2) is known color: Turquoise. HEX triplet: 3C, ED and E2. RGB value is (60,237,226). Sum of RGB (Red+Green+Blue) = 60+237+226=523 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.47% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDE2 is #C3121D. Grayscale: #B6B6B6. Windows color (decimal): -12784158 or 14871868. OLE color: 14871868.

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

Color convert

RGB 60 237 226 -
CMYK 0.75 0 0.05 0.07
HSL 176.27º 0.83% 0.58% -
HSV(B) 176.27º 0.75% 0.93% -
XYZ 45.88 67.02 82.47 -
YUV 182.82 152.36 40.39 -
System Red Green Blue C M Y K H S L
Decimal 60 237 226 0.75 0 0.05 0.07 176.27 0.83 0.58
Hex 3C ED E2 4B 0 5 7 B0 53 3A
Octal 74 355 342 113 0 5 7 260 123 72
Binary 111100 11101101 11100010 1001011 0 101 111 10110000 1010011 111010

Color Harmonies of #3CEDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEDE2

Black with #3CEDE2

Text Example


Text Example

White with #3CEDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,237,226); }

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

background-color css

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

 a { background-color: rgb(60,237,226); }

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

border-color css

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

 span { border-color: rgb(60,237,226); }

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