Html Css Color HEX #3CE2EF Turquoise

📋 copy color: '#3CE2EF'

red 60 ◦ green 226 ◦ blue 239

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

Shades of Turquoise #3CE2EF

Tints of Turquoise #3CE2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.05%

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 11.43%
G = 43.05%
B = 45.52%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3CE2EF (or 0x3CE2EF) is known color: Turquoise. HEX triplet: 3C, E2 and EF. RGB value is (60,226,239). Sum of RGB (Red+Green+Blue) = 60+226+239=525 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.43% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CE2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE2EF is #C31D10. Grayscale: #B1B1B1. Windows color (decimal): -12786961 or 15721020. OLE color: 15721020.

HSL color Cylindrical-coordinate representation of color #3CE2EF: hue angle of 184.36º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CE2EF is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 226 239 -
CMYK 0.75 0.05 0 0.06
HSL 184.36º 0.85% 0.59% -
HSV(B) 184.36º 0.75% 0.94% -
XYZ 44.64 61.59 91.2 -
YUV 177.85 162.5 43.94 -
System Red Green Blue C M Y K H S L
Decimal 60 226 239 0.75 0.05 0 0.06 184.36 0.85 0.59
Hex 3C E2 EF 4B 5 0 6 B8 55 3B
Octal 74 342 357 113 5 0 6 270 125 73
Binary 111100 11100010 11101111 1001011 101 0 110 10111000 1010101 111011

Color Harmonies of #3CE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE2EF

Black with #3CE2EF

Text Example


Text Example

White with #3CE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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