Html Css Color HEX #3CEDFD Turquoise

📋 copy color: '#3CEDFD'

red 60 ◦ green 237 ◦ blue 253

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

Shades of Turquoise #3CEDFD

Tints of Turquoise #3CEDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46%

R = 10.91%
G = 43.09%
B = 46%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3CEDFD (or 0x3CEDFD) is known color: Turquoise. HEX triplet: 3C, ED and FD. RGB value is (60,237,253). Sum of RGB (Red+Green+Blue) = 60+237+253=550 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.91% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CEDFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEDFD is #C31202. Grayscale: #B9B9B9. Windows color (decimal): -12784131 or 16641340. OLE color: 16641340.

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

Color convert

RGB 60 237 253 -
CMYK 0.76 0.06 0 0.01
HSL 184.97º 0.98% 0.61% -
HSV(B) 184.97º 0.76% 0.99% -
XYZ 49.88 68.62 103.54 -
YUV 185.9 165.86 38.2 -
System Red Green Blue C M Y K H S L
Decimal 60 237 253 0.76 0.06 0 0.01 184.97 0.98 0.61
Hex 3C ED FD 4C 6 0 1 B9 62 3D
Octal 74 355 375 114 6 0 1 271 142 75
Binary 111100 11101101 11111101 1001100 110 0 1 10111001 1100010 111101

Color Harmonies of #3CEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEDFD

Black with #3CEDFD

Text Example


Text Example

White with #3CEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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