Html Css Color HEX #38DABB Turquoise

📋 copy color: '#38DABB'

red 56 ◦ green 218 ◦ blue 187

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

Shades of Turquoise #38DABB

Tints of Turquoise #38DABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 12.15%
G = 47.29%
B = 40.56%

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

#38DABB (or 0x38DABB) is known color: Turquoise. HEX triplet: 38, DA and BB. RGB value is (56,218,187). Sum of RGB (Red+Green+Blue) = 56+218+187=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #38DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DABB is #C72544. Grayscale: #A5A5A5. Windows color (decimal): -13051205 or 12311096. OLE color: 12311096.

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

Color convert

RGB 56 218 187 -
CMYK 0.74 0 0.14 0.15
HSL 168.52º 0.69% 0.54% -
HSV(B) 168.52º 0.74% 0.85% -
XYZ 35.67 54.57 55.67 -
YUV 166.03 139.83 49.52 -
System Red Green Blue C M Y K H S L
Decimal 56 218 187 0.74 0 0.14 0.15 168.52 0.69 0.54
Hex 38 DA BB 4A 0 E F A9 45 36
Octal 70 332 273 112 0 16 17 251 105 66
Binary 111000 11011010 10111011 1001010 0 1110 1111 10101001 1000101 110110

Color Harmonies of #38DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DABB

Black with #38DABB

Text Example


Text Example

White with #38DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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