Html Css Color HEX #3FCBDA Medium Turquoise

📋 copy color: '#3FCBDA'

red 63 ◦ green 203 ◦ blue 218

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

Shades of Medium Turquoise #3FCBDA

Tints of Medium Turquoise #3FCBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.94%

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 13.02%
G = 41.94%
B = 45.04%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3FCBDA (or 0x3FCBDA) is known color: Medium Turquoise. HEX triplet: 3F, CB and DA. RGB value is (63,203,218). Sum of RGB (Red+Green+Blue) = 63+203+218=484 (64% of max value = 765). Red value is 63 (25% from 255 or 13.02% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FCBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCBDA is #C03425. Grayscale: #A2A2A2. Windows color (decimal): -12596262 or 14338879. OLE color: 14338879.

HSL color Cylindrical-coordinate representation of color #3FCBDA: hue angle of 185.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FCBDA is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 63 203 218 -
CMYK 0.71 0.07 0 0.15
HSL 185.81º 0.68% 0.55% -
HSV(B) 185.81º 0.71% 0.85% -
XYZ 36.06 48.83 73.85 -
YUV 162.85 159.12 56.78 -
System Red Green Blue C M Y K H S L
Decimal 63 203 218 0.71 0.07 0 0.15 185.81 0.68 0.55
Hex 3F CB DA 47 7 0 F BA 44 37
Octal 77 313 332 107 7 0 17 272 104 67
Binary 111111 11001011 11011010 1000111 111 0 1111 10111010 1000100 110111

Color Harmonies of #3FCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCBDA

Black with #3FCBDA

Text Example


Text Example

White with #3FCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,203,218); }

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

background-color css

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

 a { background-color: rgb(63,203,218); }

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

border-color css

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

 span { border-color: rgb(63,203,218); }

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