Html Css Color HEX #3DCEE5 Medium Turquoise

📋 copy color: '#3DCEE5'

red 61 ◦ green 206 ◦ blue 229

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

Shades of Medium Turquoise #3DCEE5

Tints of Medium Turquoise #3DCEE5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.53%

 BLUE value IS 229 (89.84% from 255) = 46.17%

R = 12.3%
G = 41.53%
B = 46.17%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3DCEE5 (or 0x3DCEE5) is known color: Medium Turquoise. HEX triplet: 3D, CE and E5. RGB value is (61,206,229). Sum of RGB (Red+Green+Blue) = 61+206+229=496 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.30% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #3DCEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCEE5 is #C2311A. Grayscale: #A5A5A5. Windows color (decimal): -12726555 or 15060541. OLE color: 15060541.

HSL color Cylindrical-coordinate representation of color #3DCEE5: hue angle of 188.21º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DCEE5 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 61 206 229 -
CMYK 0.73 0.10 0 0.10
HSL 188.21º 0.76% 0.57% -
HSV(B) 188.21º 0.73% 0.9% -
XYZ 38.14 50.79 81.92 -
YUV 165.27 163.96 53.63 -
System Red Green Blue C M Y K H S L
Decimal 61 206 229 0.73 0.10 0 0.10 188.21 0.76 0.57
Hex 3D CE E5 49 A 0 A BC 4C 39
Octal 75 316 345 111 12 0 12 274 114 71
Binary 111101 11001110 11100101 1001001 1010 0 1010 10111100 1001100 111001

Color Harmonies of #3DCEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCEE5

Black with #3DCEE5

Text Example


Text Example

White with #3DCEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,206,229); }

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

background-color css

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

 a { background-color: rgb(61,206,229); }

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

border-color css

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

 span { border-color: rgb(61,206,229); }

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