Html Css Color HEX #38DABC Turquoise

📋 copy color: '#38DABC'

red 56 ◦ green 218 ◦ blue 188

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

Shades of Turquoise #38DABC

Tints of Turquoise #38DABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 12.12%
G = 47.19%
B = 40.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#38DABC (or 0x38DABC) is known color: Turquoise. HEX triplet: 38, DA and BC. RGB value is (56,218,188). Sum of RGB (Red+Green+Blue) = 56+218+188=462 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.12% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #38DABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DABC is #C72543. Grayscale: #A6A6A6. Windows color (decimal): -13051204 or 12376632. OLE color: 12376632.

HSL color Cylindrical-coordinate representation of color #38DABC: hue angle of 168.89º 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 #38DABC is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 218 188 -
CMYK 0.74 0 0.14 0.15
HSL 168.89º 0.69% 0.54% -
HSV(B) 168.89º 0.74% 0.85% -
XYZ 35.78 54.61 56.23 -
YUV 166.14 140.33 49.44 -
System Red Green Blue C M Y K H S L
Decimal 56 218 188 0.74 0 0.14 0.15 168.89 0.69 0.54
Hex 38 DA BC 4A 0 E F A9 45 36
Octal 70 332 274 112 0 16 17 251 105 66
Binary 111000 11011010 10111100 1001010 0 1110 1111 10101001 1000101 110110

Color Harmonies of #38DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DABC

Black with #38DABC

Text Example


Text Example

White with #38DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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