Html Css Color HEX #3CEDFA Turquoise

📋 copy color: '#3CEDFA'

red 60 ◦ green 237 ◦ blue 250

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

Shades of Turquoise #3CEDFA

Tints of Turquoise #3CEDFA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.33%

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 10.97%
G = 43.33%
B = 45.7%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3CEDFA (or 0x3CEDFA) is known color: Turquoise. HEX triplet: 3C, ED and FA. RGB value is (60,237,250). Sum of RGB (Red+Green+Blue) = 60+237+250=547 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.97% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #3CEDFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEDFA is #C31205. Grayscale: #B9B9B9. Windows color (decimal): -12784134 or 16444732. OLE color: 16444732.

HSL color Cylindrical-coordinate representation of color #3CEDFA: hue angle of 184.11º degrees, saturation: 0.95, 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 #3CEDFA is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 237 250 -
CMYK 0.76 0.05 0 0.02
HSL 184.11º 0.95% 0.61% -
HSV(B) 184.11º 0.76% 0.98% -
XYZ 49.4 68.43 101.05 -
YUV 185.56 164.36 38.44 -
System Red Green Blue C M Y K H S L
Decimal 60 237 250 0.76 0.05 0 0.02 184.11 0.95 0.61
Hex 3C ED FA 4C 5 0 2 B8 5F 3D
Octal 74 355 372 114 5 0 2 270 137 75
Binary 111100 11101101 11111010 1001100 101 0 10 10111000 1011111 111101

Color Harmonies of #3CEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEDFA

Black with #3CEDFA

Text Example


Text Example

White with #3CEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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