Html Css Color HEX #3FE5FD Turquoise

📋 copy color: '#3FE5FD'

red 63 ◦ green 229 ◦ blue 253

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

Shades of Turquoise #3FE5FD

Tints of Turquoise #3FE5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.02%

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 11.56%
G = 42.02%
B = 46.42%

CMYK

 C value IS 0.75

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3FE5FD (or 0x3FE5FD) is known color: Turquoise. HEX triplet: 3F, E5 and FD. RGB value is (63,229,253). Sum of RGB (Red+Green+Blue) = 63+229+253=545 (72% of max value = 765). Red value is 63 (25% from 255 or 11.56% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FE5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE5FD is #C01A02. Grayscale: #B5B5B5. Windows color (decimal): -12589571 or 16639295. OLE color: 16639295.

HSL color Cylindrical-coordinate representation of color #3FE5FD: hue angle of 187.58º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FE5FD is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 229 253 -
CMYK 0.75 0.09 0 0.01
HSL 187.58º 0.98% 0.62% -
HSV(B) 187.58º 0.75% 0.99% -
XYZ 47.8 64.19 102.8 -
YUV 182.1 168 43.05 -
System Red Green Blue C M Y K H S L
Decimal 63 229 253 0.75 0.09 0 0.01 187.58 0.98 0.62
Hex 3F E5 FD 4B 9 0 1 BC 62 3E
Octal 77 345 375 113 11 0 1 274 142 76
Binary 111111 11100101 11111101 1001011 1001 0 1 10111100 1100010 111110

Color Harmonies of #3FE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE5FD

Black with #3FE5FD

Text Example


Text Example

White with #3FE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,229,253); }

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

background-color css

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

 a { background-color: rgb(63,229,253); }

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

border-color css

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

 span { border-color: rgb(63,229,253); }

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