Html Css Color HEX #38FDC8 Turquoise

📋 copy color: '#38FDC8'

red 56 ◦ green 253 ◦ blue 200

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

Shades of Turquoise #38FDC8

Tints of Turquoise #38FDC8

RGB

 RED value IS 56 (22.27% from 255) = 11%

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

 BLUE value IS 200 (78.52% from 255) = 39.29%

R = 11%
G = 49.71%
B = 39.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#38FDC8 (or 0x38FDC8) is known color: Turquoise. HEX triplet: 38, FD and C8. RGB value is (56,253,200). Sum of RGB (Red+Green+Blue) = 56+253+200=509 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.00% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #38FDC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FDC8 is #C70237. Grayscale: #BCBCBC. Windows color (decimal): -13042232 or 13172024. OLE color: 13172024.

HSL color Cylindrical-coordinate representation of color #38FDC8: hue angle of 163.86º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FDC8 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 253 200 -
CMYK 0.78 0 0.21 0.01
HSL 163.86º 0.98% 0.61% -
HSV(B) 163.86º 0.78% 0.99% -
XYZ 47.18 75.26 66.68 -
YUV 188.06 134.73 33.81 -
System Red Green Blue C M Y K H S L
Decimal 56 253 200 0.78 0 0.21 0.01 163.86 0.98 0.61
Hex 38 FD C8 4E 0 15 1 A4 62 3D
Octal 70 375 310 116 0 25 1 244 142 75
Binary 111000 11111101 11001000 1001110 0 10101 1 10100100 1100010 111101

Color Harmonies of #38FDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FDC8

Black with #38FDC8

Text Example


Text Example

White with #38FDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38FDC8; }

 p { color: rgb(56,253,200); }

 H1.HeaderClassName
 {
   color: #38FDC8;
 }
 .AnyTagClassName
 {
   color: #38FDC8;
 }
</style>

background-color css

<style>
 a { background-color: #38FDC8; }

 a { background-color: rgb(56,253,200); }

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

border-color css

<style>
 span { border-color: #38FDC8; }

 span { border-color: rgb(56,253,200); }

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