Html Css Color HEX #3CFCEE Turquoise

📋 copy color: '#3CFCEE'

red 60 ◦ green 252 ◦ blue 238

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

Shades of Turquoise #3CFCEE

Tints of Turquoise #3CFCEE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.82%

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

R = 10.91%
G = 45.82%
B = 43.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#3CFCEE (or 0x3CFCEE) is known color: Turquoise. HEX triplet: 3C, FC and EE. RGB value is (60,252,238). Sum of RGB (Red+Green+Blue) = 60+252+238=550 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.91% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCEE is #C30311. Grayscale: #C0C0C0. Windows color (decimal): -12780306 or 15662140. OLE color: 15662140.

HSL color Cylindrical-coordinate representation of color #3CFCEE: hue angle of 175.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFCEE is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 252 238 -
CMYK 0.76 0 0.06 0.01
HSL 175.63º 0.97% 0.61% -
HSV(B) 175.63º 0.76% 0.99% -
XYZ 52.11 76.75 92.96 -
YUV 193 153.39 33.14 -
System Red Green Blue C M Y K H S L
Decimal 60 252 238 0.76 0 0.06 0.01 175.63 0.97 0.61
Hex 3C FC EE 4C 0 6 1 B0 61 3D
Octal 74 374 356 114 0 6 1 260 141 75
Binary 111100 11111100 11101110 1001100 0 110 1 10110000 1100001 111101

Color Harmonies of #3CFCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFCEE

Black with #3CFCEE

Text Example


Text Example

White with #3CFCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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