Html Css Color HEX #38F8C5 Turquoise

📋 copy color: '#38F8C5'

red 56 ◦ green 248 ◦ blue 197

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

Shades of Turquoise #38F8C5

Tints of Turquoise #38F8C5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.5%

 BLUE value IS 197 (77.34% from 255) = 39.32%

R = 11.18%
G = 49.5%
B = 39.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#38F8C5 (or 0x38F8C5) is known color: Turquoise. HEX triplet: 38, F8 and C5. RGB value is (56,248,197). Sum of RGB (Red+Green+Blue) = 56+248+197=501 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.18% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #38F8C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F8C5 is #C7073A. Grayscale: #B8B8B8. Windows color (decimal): -13043515 or 12974136. OLE color: 12974136.

HSL color Cylindrical-coordinate representation of color #38F8C5: hue angle of 164.06º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F8C5 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 248 197 -
CMYK 0.77 0 0.21 0.03
HSL 164.06º 0.93% 0.6% -
HSV(B) 164.06º 0.77% 0.97% -
XYZ 45.28 72.01 64.34 -
YUV 184.78 134.89 36.15 -
System Red Green Blue C M Y K H S L
Decimal 56 248 197 0.77 0 0.21 0.03 164.06 0.93 0.6
Hex 38 F8 C5 4D 0 15 3 A4 5D 3C
Octal 70 370 305 115 0 25 3 244 135 74
Binary 111000 11111000 11000101 1001101 0 10101 11 10100100 1011101 111100

Color Harmonies of #38F8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F8C5

Black with #38F8C5

Text Example


Text Example

White with #38F8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,248,197); }

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

background-color css

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

 a { background-color: rgb(56,248,197); }

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

border-color css

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

 span { border-color: rgb(56,248,197); }

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