Html Css Color HEX #3DCADF Medium Turquoise

📋 copy color: '#3DCADF'

red 61 ◦ green 202 ◦ blue 223

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

Shades of Medium Turquoise #3DCADF

Tints of Medium Turquoise #3DCADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.56%

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 12.55%
G = 41.56%
B = 45.88%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3DCADF (or 0x3DCADF) is known color: Medium Turquoise. HEX triplet: 3D, CA and DF. RGB value is (61,202,223). Sum of RGB (Red+Green+Blue) = 61+202+223=486 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.55% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #3DCADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCADF is #C23520. Grayscale: #A2A2A2. Windows color (decimal): -12727585 or 14666301. OLE color: 14666301.

HSL color Cylindrical-coordinate representation of color #3DCADF: hue angle of 187.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DCADF is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 202 223 -
CMYK 0.73 0.09 0 0.13
HSL 187.78º 0.72% 0.56% -
HSV(B) 187.78º 0.73% 0.87% -
XYZ 36.36 48.56 77.27 -
YUV 162.24 162.29 55.79 -
System Red Green Blue C M Y K H S L
Decimal 61 202 223 0.73 0.09 0 0.13 187.78 0.72 0.56
Hex 3D CA DF 49 9 0 D BC 48 38
Octal 75 312 337 111 11 0 15 274 110 70
Binary 111101 11001010 11011111 1001001 1001 0 1101 10111100 1001000 111000

Color Harmonies of #3DCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCADF

Black with #3DCADF

Text Example


Text Example

White with #3DCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,202,223); }

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

background-color css

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

 a { background-color: rgb(61,202,223); }

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

border-color css

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

 span { border-color: rgb(61,202,223); }

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