Html Css Color HEX #38DDB8 Turquoise

📋 copy color: '#38DDB8'

red 56 ◦ green 221 ◦ blue 184

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

Shades of Turquoise #38DDB8

Tints of Turquoise #38DDB8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.94%

 BLUE value IS 184 (72.27% from 255) = 39.91%

R = 12.15%
G = 47.94%
B = 39.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#38DDB8 (or 0x38DDB8) is known color: Turquoise. HEX triplet: 38, DD and B8. RGB value is (56,221,184). Sum of RGB (Red+Green+Blue) = 56+221+184=461 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.15% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #38DDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DDB8 is #C72247. Grayscale: #A7A7A7. Windows color (decimal): -13050440 or 12115256. OLE color: 12115256.

HSL color Cylindrical-coordinate representation of color #38DDB8: hue angle of 166.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DDB8 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 221 184 -
CMYK 0.75 0 0.17 0.13
HSL 166.55º 0.71% 0.54% -
HSV(B) 166.55º 0.75% 0.87% -
XYZ 36.14 56.01 54.25 -
YUV 167.45 137.34 48.51 -
System Red Green Blue C M Y K H S L
Decimal 56 221 184 0.75 0 0.17 0.13 166.55 0.71 0.54
Hex 38 DD B8 4B 0 11 D A7 47 36
Octal 70 335 270 113 0 21 15 247 107 66
Binary 111000 11011101 10111000 1001011 0 10001 1101 10100111 1000111 110110

Color Harmonies of #38DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DDB8

Black with #38DDB8

Text Example


Text Example

White with #38DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,221,184); }

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

background-color css

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

 a { background-color: rgb(56,221,184); }

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

border-color css

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

 span { border-color: rgb(56,221,184); }

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