Html Css Color HEX #38DAC5 Turquoise

📋 copy color: '#38DAC5'

red 56 ◦ green 218 ◦ blue 197

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

Shades of Turquoise #38DAC5

Tints of Turquoise #38DAC5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.28%

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

R = 11.89%
G = 46.28%
B = 41.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#38DAC5 (or 0x38DAC5) is known color: Turquoise. HEX triplet: 38, DA and C5. RGB value is (56,218,197). Sum of RGB (Red+Green+Blue) = 56+218+197=471 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.89% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #38DAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DAC5 is #C7253A. Grayscale: #A7A7A7. Windows color (decimal): -13051195 or 12966456. OLE color: 12966456.

HSL color Cylindrical-coordinate representation of color #38DAC5: hue angle of 172.22º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38DAC5 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 218 197 -
CMYK 0.74 0 0.10 0.15
HSL 172.22º 0.69% 0.54% -
HSV(B) 172.22º 0.74% 0.85% -
XYZ 36.78 55.01 61.5 -
YUV 167.17 144.83 48.71 -
System Red Green Blue C M Y K H S L
Decimal 56 218 197 0.74 0 0.10 0.15 172.22 0.69 0.54
Hex 38 DA C5 4A 0 A F AC 45 36
Octal 70 332 305 112 0 12 17 254 105 66
Binary 111000 11011010 11000101 1001010 0 1010 1111 10101100 1000101 110110

Color Harmonies of #38DAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DAC5

Black with #38DAC5

Text Example


Text Example

White with #38DAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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