Html Css Color HEX #3DF9ED Turquoise

📋 copy color: '#3DF9ED'

red 61 ◦ green 249 ◦ blue 237

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

Shades of Turquoise #3DF9ED

Tints of Turquoise #3DF9ED

RGB

 RED value IS 61 (24.22% from 255) = 11.15%

 GREEN value IS 249 (97.66% from 255) = 45.52%

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

R = 11.15%
G = 45.52%
B = 43.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#3DF9ED (or 0x3DF9ED) is known color: Turquoise. HEX triplet: 3D, F9 and ED. RGB value is (61,249,237). Sum of RGB (Red+Green+Blue) = 61+249+237=547 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.15% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF9ED is #C20612. Grayscale: #BFBFBF. Windows color (decimal): -12715539 or 15595837. OLE color: 15595837.

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

Color convert

RGB 61 249 237 -
CMYK 0.76 0 0.05 0.02
HSL 176.17º 0.94% 0.61% -
HSV(B) 176.17º 0.76% 0.98% -
XYZ 51.09 74.86 91.88 -
YUV 191.42 153.72 34.98 -
System Red Green Blue C M Y K H S L
Decimal 61 249 237 0.76 0 0.05 0.02 176.17 0.94 0.61
Hex 3D F9 ED 4C 0 5 2 B0 5E 3D
Octal 75 371 355 114 0 5 2 260 136 75
Binary 111101 11111001 11101101 1001100 0 101 10 10110000 1011110 111101

Color Harmonies of #3DF9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF9ED

Black with #3DF9ED

Text Example


Text Example

White with #3DF9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,249,237); }

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

background-color css

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

 a { background-color: rgb(61,249,237); }

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

border-color css

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

 span { border-color: rgb(61,249,237); }

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