Html Css Color HEX #3CFBED Turquoise

📋 copy color: '#3CFBED'

red 60 ◦ green 251 ◦ blue 237

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

Shades of Turquoise #3CFBED

Tints of Turquoise #3CFBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.8%

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 10.95%
G = 45.8%
B = 43.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#3CFBED (or 0x3CFBED) is known color: Turquoise. HEX triplet: 3C, FB and ED. RGB value is (60,251,237). Sum of RGB (Red+Green+Blue) = 60+251+237=548 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.95% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFBED is #C30412. Grayscale: #C0C0C0. Windows color (decimal): -12780563 or 15596348. OLE color: 15596348.

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

Color convert

RGB 60 251 237 -
CMYK 0.76 0 0.06 0.02
HSL 175.6º 0.96% 0.61% -
HSV(B) 175.6º 0.76% 0.98% -
XYZ 51.65 76.07 92.08 -
YUV 192.3 153.22 33.64 -
System Red Green Blue C M Y K H S L
Decimal 60 251 237 0.76 0 0.06 0.02 175.6 0.96 0.61
Hex 3C FB ED 4C 0 6 2 B0 60 3D
Octal 74 373 355 114 0 6 2 260 140 75
Binary 111100 11111011 11101101 1001100 0 110 10 10110000 1100000 111101

Color Harmonies of #3CFBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFBED

Black with #3CFBED

Text Example


Text Example

White with #3CFBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,251,237); }

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

background-color css

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

 a { background-color: rgb(60,251,237); }

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

border-color css

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

 span { border-color: rgb(60,251,237); }

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