Html Css Color HEX #3CF2EE Turquoise

📋 copy color: '#3CF2EE'

red 60 ◦ green 242 ◦ blue 238

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

Shades of Turquoise #3CF2EE

Tints of Turquoise #3CF2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.81%

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

R = 11.11%
G = 44.81%
B = 44.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#3CF2EE (or 0x3CF2EE) is known color: Turquoise. HEX triplet: 3C, F2 and EE. RGB value is (60,242,238). Sum of RGB (Red+Green+Blue) = 60+242+238=540 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.11% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF2EE is #C30D11. Grayscale: #BABABA. Windows color (decimal): -12782866 or 15659580. OLE color: 15659580.

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

Color convert

RGB 60 242 238 -
CMYK 0.75 0 0.02 0.05
HSL 178.68º 0.88% 0.59% -
HSV(B) 178.68º 0.75% 0.95% -
XYZ 49.05 70.64 91.94 -
YUV 187.13 156.7 37.33 -
System Red Green Blue C M Y K H S L
Decimal 60 242 238 0.75 0 0.02 0.05 178.68 0.88 0.59
Hex 3C F2 EE 4B 0 2 5 B3 58 3B
Octal 74 362 356 113 0 2 5 263 130 73
Binary 111100 11110010 11101110 1001011 0 10 101 10110011 1011000 111011

Color Harmonies of #3CF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF2EE

Black with #3CF2EE

Text Example


Text Example

White with #3CF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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