Html Css Color HEX #3CFFEE Turquoise

📋 copy color: '#3CFFEE'

red 60 ◦ green 255 ◦ blue 238

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

Shades of Turquoise #3CFFEE

Tints of Turquoise #3CFFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 46.11%

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

R = 10.85%
G = 46.11%
B = 43.04%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#3CFFEE (or 0x3CFFEE) is known color: Turquoise. HEX triplet: 3C, FF and EE. RGB value is (60,255,238). Sum of RGB (Red+Green+Blue) = 60+255+238=553 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.85% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFFEE is #C30011. Grayscale: #C2C2C2. Windows color (decimal): -12779538 or 15662908. OLE color: 15662908.

HSL color Cylindrical-coordinate representation of color #3CFFEE: hue angle of 174.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFEE is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 60 255 238 -
CMYK 0.76 0 0.07 0
HSL 174.77º 1% 0.62% -
HSV(B) 174.77º 0.76% 1% -
XYZ 53.06 78.65 93.27 -
YUV 194.76 152.4 31.88 -
System Red Green Blue C M Y K H S L
Decimal 60 255 238 0.76 0 0.07 0 174.77 1 0.62
Hex 3C FF EE 4C 0 7 0 AF 64 3E
Octal 74 377 356 114 0 7 0 257 144 76
Binary 111100 11111111 11101110 1001100 0 111 0 10101111 1100100 111110

Color Harmonies of #3CFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFFEE

Black with #3CFFEE

Text Example


Text Example

White with #3CFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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