Html Css Color HEX #3CEDDF Turquoise

📋 copy color: '#3CEDDF'

red 60 ◦ green 237 ◦ blue 223

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

Shades of Turquoise #3CEDDF

Tints of Turquoise #3CEDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 11.54%
G = 45.58%
B = 42.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#3CEDDF (or 0x3CEDDF) is known color: Turquoise. HEX triplet: 3C, ED and DF. RGB value is (60,237,223). Sum of RGB (Red+Green+Blue) = 60+237+223=520 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.54% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #3CEDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEDDF is #C31220. Grayscale: #B6B6B6. Windows color (decimal): -12784161 or 14675260. OLE color: 14675260.

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

Color convert

RGB 60 237 223 -
CMYK 0.75 0 0.06 0.07
HSL 175.25º 0.83% 0.58% -
HSV(B) 175.25º 0.75% 0.93% -
XYZ 45.47 66.86 80.32 -
YUV 182.48 150.86 40.64 -
System Red Green Blue C M Y K H S L
Decimal 60 237 223 0.75 0 0.06 0.07 175.25 0.83 0.58
Hex 3C ED DF 4B 0 6 7 AF 53 3A
Octal 74 355 337 113 0 6 7 257 123 72
Binary 111100 11101101 11011111 1001011 0 110 111 10101111 1010011 111010

Color Harmonies of #3CEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEDDF

Black with #3CEDDF

Text Example


Text Example

White with #3CEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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