Html Css Color HEX #38D6C1 Turquoise

📋 copy color: '#38D6C1'

red 56 ◦ green 214 ◦ blue 193

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

Shades of Turquoise #38D6C1

Tints of Turquoise #38D6C1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.22%

 BLUE value IS 193 (75.78% from 255) = 41.68%

R = 12.1%
G = 46.22%
B = 41.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#38D6C1 (or 0x38D6C1) is known color: Turquoise. HEX triplet: 38, D6 and C1. RGB value is (56,214,193). Sum of RGB (Red+Green+Blue) = 56+214+193=463 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.10% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #38D6C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D6C1 is #C7293E. Grayscale: #A4A4A4. Windows color (decimal): -13052223 or 12703288. OLE color: 12703288.

HSL color Cylindrical-coordinate representation of color #38D6C1: hue angle of 172.03º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D6C1 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 214 193 -
CMYK 0.74 0 0.10 0.16
HSL 172.03º 0.66% 0.53% -
HSV(B) 172.03º 0.74% 0.84% -
XYZ 35.3 52.78 58.78 -
YUV 164.36 144.15 50.71 -
System Red Green Blue C M Y K H S L
Decimal 56 214 193 0.74 0 0.10 0.16 172.03 0.66 0.53
Hex 38 D6 C1 4A 0 A 10 AC 42 35
Octal 70 326 301 112 0 12 20 254 102 65
Binary 111000 11010110 11000001 1001010 0 1010 10000 10101100 1000010 110101

Color Harmonies of #38D6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D6C1

Black with #38D6C1

Text Example


Text Example

White with #38D6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,214,193); }

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

background-color css

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

 a { background-color: rgb(56,214,193); }

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

border-color css

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

 span { border-color: rgb(56,214,193); }

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