Html Css Color HEX #3CF6EE Turquoise

📋 copy color: '#3CF6EE'

red 60 ◦ green 246 ◦ blue 238

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

Shades of Turquoise #3CF6EE

Tints of Turquoise #3CF6EE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.22%

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

R = 11.03%
G = 45.22%
B = 43.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#3CF6EE (or 0x3CF6EE) is known color: Turquoise. HEX triplet: 3C, F6 and EE. RGB value is (60,246,238). Sum of RGB (Red+Green+Blue) = 60+246+238=544 (72% of max value = 765). Red value is 60 (23.83% from 255 or 11.03% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #3CF6EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF6EE is #C30911. Grayscale: #BDBDBD. Windows color (decimal): -12781842 or 15660604. OLE color: 15660604.

HSL color Cylindrical-coordinate representation of color #3CF6EE: hue angle of 177.42º 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 #3CF6EE is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 60 246 238 -
CMYK 0.76 0 0.03 0.04
HSL 177.42º 0.91% 0.6% -
HSV(B) 177.42º 0.76% 0.96% -
XYZ 50.25 73.05 92.34 -
YUV 189.47 155.38 35.65 -
System Red Green Blue C M Y K H S L
Decimal 60 246 238 0.76 0 0.03 0.04 177.42 0.91 0.6
Hex 3C F6 EE 4C 0 3 4 B1 5B 3C
Octal 74 366 356 114 0 3 4 261 133 74
Binary 111100 11110110 11101110 1001100 0 11 100 10110001 1011011 111100

Color Harmonies of #3CF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF6EE

Black with #3CF6EE

Text Example


Text Example

White with #3CF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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