Html Css Color HEX #3DEDF0 Turquoise

📋 copy color: '#3DEDF0'

red 61 ◦ green 237 ◦ blue 240

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

Shades of Turquoise #3DEDF0

Tints of Turquoise #3DEDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.61%

R = 11.34%
G = 44.05%
B = 44.61%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3DEDF0 (or 0x3DEDF0) is known color: Turquoise. HEX triplet: 3D, ED and F0. RGB value is (61,237,240). Sum of RGB (Red+Green+Blue) = 61+237+240=538 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.34% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #3DEDF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEDF0 is #C2120F. Grayscale: #B8B8B8. Windows color (decimal): -12718608 or 15789373. OLE color: 15789373.

HSL color Cylindrical-coordinate representation of color #3DEDF0: hue angle of 181.01º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DEDF0 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 237 240 -
CMYK 0.75 0.01 0 0.06
HSL 181.01º 0.86% 0.59% -
HSV(B) 181.01º 0.75% 0.94% -
XYZ 47.94 67.85 93.01 -
YUV 184.72 159.19 39.76 -
System Red Green Blue C M Y K H S L
Decimal 61 237 240 0.75 0.01 0 0.06 181.01 0.86 0.59
Hex 3D ED F0 4B 1 0 6 B5 56 3B
Octal 75 355 360 113 1 0 6 265 126 73
Binary 111101 11101101 11110000 1001011 1 0 110 10110101 1010110 111011

Color Harmonies of #3DEDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEDF0

Black with #3DEDF0

Text Example


Text Example

White with #3DEDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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