Html Css Color HEX #3CEDF6 Turquoise

📋 copy color: '#3CEDF6'

red 60 ◦ green 237 ◦ blue 246

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

Shades of Turquoise #3CEDF6

Tints of Turquoise #3CEDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.3%

R = 11.05%
G = 43.65%
B = 45.3%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3CEDF6 (or 0x3CEDF6) is known color: Turquoise. HEX triplet: 3C, ED and F6. RGB value is (60,237,246). Sum of RGB (Red+Green+Blue) = 60+237+246=543 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.05% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #3CEDF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEDF6 is #C31209. Grayscale: #B8B8B8. Windows color (decimal): -12784138 or 16182588. OLE color: 16182588.

HSL color Cylindrical-coordinate representation of color #3CEDF6: hue angle of 182.9º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CEDF6 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 60 237 246 -
CMYK 0.76 0.04 0 0.04
HSL 182.9º 0.91% 0.6% -
HSV(B) 182.9º 0.76% 0.96% -
XYZ 48.78 68.18 97.78 -
YUV 185.1 162.36 38.77 -
System Red Green Blue C M Y K H S L
Decimal 60 237 246 0.76 0.04 0 0.04 182.9 0.91 0.6
Hex 3C ED F6 4C 4 0 4 B7 5B 3C
Octal 74 355 366 114 4 0 4 267 133 74
Binary 111100 11101101 11110110 1001100 100 0 100 10110111 1011011 111100

Color Harmonies of #3CEDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEDF6

Black with #3CEDF6

Text Example


Text Example

White with #3CEDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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