Html Css Color HEX #3FFDEE Turquoise

📋 copy color: '#3FFDEE'

red 63 ◦ green 253 ◦ blue 238

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

Shades of Turquoise #3FFDEE

Tints of Turquoise #3FFDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.67%

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 11.37%
G = 45.67%
B = 42.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#3FFDEE (or 0x3FFDEE) is known color: Turquoise. HEX triplet: 3F, FD and EE. RGB value is (63,253,238). Sum of RGB (Red+Green+Blue) = 63+253+238=554 (73% of max value = 765). Red value is 63 (25% from 255 or 11.37% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFDEE is #C00211. Grayscale: #C2C2C2. Windows color (decimal): -12583442 or 15662399. OLE color: 15662399.

HSL color Cylindrical-coordinate representation of color #3FFDEE: hue angle of 175.26º 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 #3FFDEE is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 253 238 -
CMYK 0.75 0 0.06 0.01
HSL 175.26º 0.98% 0.62% -
HSV(B) 175.26º 0.75% 0.99% -
XYZ 52.61 77.48 93.07 -
YUV 194.48 152.55 34.22 -
System Red Green Blue C M Y K H S L
Decimal 63 253 238 0.75 0 0.06 0.01 175.26 0.98 0.62
Hex 3F FD EE 4B 0 6 1 AF 62 3E
Octal 77 375 356 113 0 6 1 257 142 76
Binary 111111 11111101 11101110 1001011 0 110 1 10101111 1100010 111110

Color Harmonies of #3FFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFDEE

Black with #3FFDEE

Text Example


Text Example

White with #3FFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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