Html Css Color HEX #38F5DA Turquoise

📋 copy color: '#38F5DA'

red 56 ◦ green 245 ◦ blue 218

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

Shades of Turquoise #38F5DA

Tints of Turquoise #38F5DA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.21%

 BLUE value IS 218 (85.55% from 255) = 42%

R = 10.79%
G = 47.21%
B = 42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#38F5DA (or 0x38F5DA) is known color: Turquoise. HEX triplet: 38, F5 and DA. RGB value is (56,245,218). Sum of RGB (Red+Green+Blue) = 56+245+218=519 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.79% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #38F5DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38F5DA is #C70A25. Grayscale: #B9B9B9. Windows color (decimal): -13044262 or 14349624. OLE color: 14349624.

HSL color Cylindrical-coordinate representation of color #38F5DA: hue angle of 171.43º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F5DA is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 245 218 -
CMYK 0.77 0 0.11 0.04
HSL 171.43º 0.9% 0.59% -
HSV(B) 171.43º 0.77% 0.96% -
XYZ 46.94 71.21 77.6 -
YUV 185.41 146.38 35.7 -
System Red Green Blue C M Y K H S L
Decimal 56 245 218 0.77 0 0.11 0.04 171.43 0.9 0.59
Hex 38 F5 DA 4D 0 B 4 AB 5A 3B
Octal 70 365 332 115 0 13 4 253 132 73
Binary 111000 11110101 11011010 1001101 0 1011 100 10101011 1011010 111011

Color Harmonies of #38F5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F5DA

Black with #38F5DA

Text Example


Text Example

White with #38F5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,245,218); }

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

background-color css

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

 a { background-color: rgb(56,245,218); }

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

border-color css

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

 span { border-color: rgb(56,245,218); }

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