Html Css Color HEX #3CF1CB Turquoise

📋 copy color: '#3CF1CB'

red 60 ◦ green 241 ◦ blue 203

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

Shades of Turquoise #3CF1CB

Tints of Turquoise #3CF1CB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.82%

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

R = 11.9%
G = 47.82%
B = 40.28%

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

#3CF1CB (or 0x3CF1CB) is known color: Turquoise. HEX triplet: 3C, F1 and CB. RGB value is (60,241,203). Sum of RGB (Red+Green+Blue) = 60+241+203=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF1CB is #C30E34. Grayscale: #B6B6B6. Windows color (decimal): -12783157 or 13365564. OLE color: 13365564.

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

Color convert

RGB 60 241 203 -
CMYK 0.75 0 0.16 0.05
HSL 167.4º 0.87% 0.59% -
HSV(B) 167.4º 0.75% 0.95% -
XYZ 44.1 68.18 67.34 -
YUV 182.55 139.53 40.59 -
System Red Green Blue C M Y K H S L
Decimal 60 241 203 0.75 0 0.16 0.05 167.4 0.87 0.59
Hex 3C F1 CB 4B 0 10 5 A7 57 3B
Octal 74 361 313 113 0 20 5 247 127 73
Binary 111100 11110001 11001011 1001011 0 10000 101 10100111 1010111 111011

Color Harmonies of #3CF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF1CB

Black with #3CF1CB

Text Example


Text Example

White with #3CF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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