Html Css Color HEX #3FCADD Medium Turquoise

📋 copy color: '#3FCADD'

red 63 ◦ green 202 ◦ blue 221

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

Shades of Medium Turquoise #3FCADD

Tints of Medium Turquoise #3FCADD

RGB

 RED value IS 63 (25% from 255) = 12.96%

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 12.96%
G = 41.56%
B = 45.47%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3FCADD (or 0x3FCADD) is known color: Medium Turquoise. HEX triplet: 3F, CA and DD. RGB value is (63,202,221). Sum of RGB (Red+Green+Blue) = 63+202+221=486 (64% of max value = 765). Red value is 63 (25% from 255 or 12.96% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #3FCADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCADD is #C03522. Grayscale: #A2A2A2. Windows color (decimal): -12596515 or 14535231. OLE color: 14535231.

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

Color convert

RGB 63 202 221 -
CMYK 0.71 0.09 0 0.13
HSL 187.22º 0.7% 0.56% -
HSV(B) 187.22º 0.71% 0.87% -
XYZ 36.22 48.52 75.86 -
YUV 162.61 160.95 56.96 -
System Red Green Blue C M Y K H S L
Decimal 63 202 221 0.71 0.09 0 0.13 187.22 0.7 0.56
Hex 3F CA DD 47 9 0 D BB 46 38
Octal 77 312 335 107 11 0 15 273 106 70
Binary 111111 11001010 11011101 1000111 1001 0 1101 10111011 1000110 111000

Color Harmonies of #3FCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCADD

Black with #3FCADD

Text Example


Text Example

White with #3FCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,202,221); }

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

background-color css

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

 a { background-color: rgb(63,202,221); }

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

border-color css

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

 span { border-color: rgb(63,202,221); }

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