Html Css Color HEX #3DEFED Turquoise

📋 copy color: '#3DEFED'

red 61 ◦ green 239 ◦ blue 237

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

Shades of Turquoise #3DEFED

Tints of Turquoise #3DEFED

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.51%

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

R = 11.36%
G = 44.51%
B = 44.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#3DEFED (or 0x3DEFED) is known color: Turquoise. HEX triplet: 3D, EF and ED. RGB value is (61,239,237). Sum of RGB (Red+Green+Blue) = 61+239+237=537 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.36% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEFED is #C21012. Grayscale: #B9B9B9. Windows color (decimal): -12718099 or 15593277. OLE color: 15593277.

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

Color convert

RGB 61 239 237 -
CMYK 0.74 0 0.01 0.06
HSL 179.33º 0.85% 0.59% -
HSV(B) 179.33º 0.74% 0.94% -
XYZ 48.08 68.84 90.87 -
YUV 185.55 157.03 39.16 -
System Red Green Blue C M Y K H S L
Decimal 61 239 237 0.74 0 0.01 0.06 179.33 0.85 0.59
Hex 3D EF ED 4A 0 1 6 B3 55 3B
Octal 75 357 355 112 0 1 6 263 125 73
Binary 111101 11101111 11101101 1001010 0 1 110 10110011 1010101 111011

Color Harmonies of #3DEFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEFED

Black with #3DEFED

Text Example


Text Example

White with #3DEFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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