Html Css Color HEX #3FDFED Turquoise

📋 copy color: '#3FDFED'

red 63 ◦ green 223 ◦ blue 237

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

Shades of Turquoise #3FDFED

Tints of Turquoise #3FDFED

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.64%

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

R = 12.05%
G = 42.64%
B = 45.32%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3FDFED (or 0x3FDFED) is known color: Turquoise. HEX triplet: 3F, DF and ED. RGB value is (63,223,237). Sum of RGB (Red+Green+Blue) = 63+223+237=523 (69% of max value = 765). Red value is 63 (25% from 255 or 12.05% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #3FDFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDFED is #C02012. Grayscale: #B0B0B0. Windows color (decimal): -12591123 or 15589183. OLE color: 15589183.

HSL color Cylindrical-coordinate representation of color #3FDFED: hue angle of 184.83º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDFED is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 223 237 -
CMYK 0.73 0.06 0 0.07
HSL 184.83º 0.83% 0.59% -
HSV(B) 184.83º 0.73% 0.93% -
XYZ 43.72 59.95 89.39 -
YUV 176.76 161.99 46.86 -
System Red Green Blue C M Y K H S L
Decimal 63 223 237 0.73 0.06 0 0.07 184.83 0.83 0.59
Hex 3F DF ED 49 6 0 7 B9 53 3B
Octal 77 337 355 111 6 0 7 271 123 73
Binary 111111 11011111 11101101 1001001 110 0 111 10111001 1010011 111011

Color Harmonies of #3FDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDFED

Black with #3FDFED

Text Example


Text Example

White with #3FDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,223,237); }

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

background-color css

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

 a { background-color: rgb(63,223,237); }

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

border-color css

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

 span { border-color: rgb(63,223,237); }

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