Html Css Color HEX #3CF3CB Turquoise

📋 copy color: '#3CF3CB'

red 60 ◦ green 243 ◦ blue 203

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

Shades of Turquoise #3CF3CB

Tints of Turquoise #3CF3CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.12%

R = 11.86%
G = 48.02%
B = 40.12%

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

#3CF3CB (or 0x3CF3CB) is known color: Turquoise. HEX triplet: 3C, F3 and CB. RGB value is (60,243,203). Sum of RGB (Red+Green+Blue) = 60+243+203=506 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.86% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF3CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF3CB is #C30C34. Grayscale: #B7B7B7. Windows color (decimal): -12782645 or 13366076. OLE color: 13366076.

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

Color convert

RGB 60 243 203 -
CMYK 0.75 0 0.16 0.05
HSL 166.89º 0.88% 0.59% -
HSV(B) 166.89º 0.75% 0.95% -
XYZ 44.69 69.37 67.53 -
YUV 183.72 138.87 39.75 -
System Red Green Blue C M Y K H S L
Decimal 60 243 203 0.75 0 0.16 0.05 166.89 0.88 0.59
Hex 3C F3 CB 4B 0 10 5 A7 58 3B
Octal 74 363 313 113 0 20 5 247 130 73
Binary 111100 11110011 11001011 1001011 0 10000 101 10100111 1011000 111011

Color Harmonies of #3CF3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF3CB

Black with #3CF3CB

Text Example


Text Example

White with #3CF3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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