Html Css Color HEX #3CF3CC Turquoise

📋 copy color: '#3CF3CC'

red 60 ◦ green 243 ◦ blue 204

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

Shades of Turquoise #3CF3CC

Tints of Turquoise #3CF3CC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.93%

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 11.83%
G = 47.93%
B = 40.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#3CF3CC (or 0x3CF3CC) is known color: Turquoise. HEX triplet: 3C, F3 and CC. RGB value is (60,243,204). Sum of RGB (Red+Green+Blue) = 60+243+204=507 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.83% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF3CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF3CC is #C30C33. Grayscale: #B7B7B7. Windows color (decimal): -12782644 or 13431612. OLE color: 13431612.

HSL color Cylindrical-coordinate representation of color #3CF3CC: hue angle of 167.21º 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 #3CF3CC is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 60 243 204 -
CMYK 0.75 0 0.16 0.05
HSL 167.21º 0.88% 0.59% -
HSV(B) 167.21º 0.75% 0.95% -
XYZ 44.81 69.42 68.16 -
YUV 183.84 139.37 39.67 -
System Red Green Blue C M Y K H S L
Decimal 60 243 204 0.75 0 0.16 0.05 167.21 0.88 0.59
Hex 3C F3 CC 4B 0 10 5 A7 58 3B
Octal 74 363 314 113 0 20 5 247 130 73
Binary 111100 11110011 11001100 1001011 0 10000 101 10100111 1011000 111011

Color Harmonies of #3CF3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF3CC

Black with #3CF3CC

Text Example


Text Example

White with #3CF3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,243,204); }

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

background-color css

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

 a { background-color: rgb(60,243,204); }

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

border-color css

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

 span { border-color: rgb(60,243,204); }

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