Html Css Color HEX #3FEDDE Turquoise

📋 copy color: '#3FEDDE'

red 63 ◦ green 237 ◦ blue 222

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

Shades of Turquoise #3FEDDE

Tints of Turquoise #3FEDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.4%

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 12.07%
G = 45.4%
B = 42.53%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#3FEDDE (or 0x3FEDDE) is known color: Turquoise. HEX triplet: 3F, ED and DE. RGB value is (63,237,222). Sum of RGB (Red+Green+Blue) = 63+237+222=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDDE is #C01221. Grayscale: #B7B7B7. Windows color (decimal): -12587554 or 14609727. OLE color: 14609727.

HSL color Cylindrical-coordinate representation of color #3FEDDE: hue angle of 174.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 #3FEDDE is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 237 222 -
CMYK 0.73 0 0.06 0.07
HSL 174.83º 0.83% 0.59% -
HSV(B) 174.83º 0.73% 0.93% -
XYZ 45.52 66.9 79.62 -
YUV 183.26 149.85 42.22 -
System Red Green Blue C M Y K H S L
Decimal 63 237 222 0.73 0 0.06 0.07 174.83 0.83 0.59
Hex 3F ED DE 49 0 6 7 AF 53 3B
Octal 77 355 336 111 0 6 7 257 123 73
Binary 111111 11101101 11011110 1001001 0 110 111 10101111 1010011 111011

Color Harmonies of #3FEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEDDE

Black with #3FEDDE

Text Example


Text Example

White with #3FEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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