Html Css Color HEX #38DDB4 Turquoise

📋 copy color: '#38DDB4'

red 56 ◦ green 221 ◦ blue 180

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

Shades of Turquoise #38DDB4

Tints of Turquoise #38DDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.39%

R = 12.25%
G = 48.36%
B = 39.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#38DDB4 (or 0x38DDB4) is known color: Turquoise. HEX triplet: 38, DD and B4. RGB value is (56,221,180). Sum of RGB (Red+Green+Blue) = 56+221+180=457 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.25% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #38DDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DDB4 is #C7224B. Grayscale: #A6A6A6. Windows color (decimal): -13050444 or 11853112. OLE color: 11853112.

HSL color Cylindrical-coordinate representation of color #38DDB4: hue angle of 165.09º 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 #38DDB4 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 221 180 -
CMYK 0.75 0 0.19 0.13
HSL 165.09º 0.71% 0.54% -
HSV(B) 165.09º 0.75% 0.87% -
XYZ 35.73 55.85 52.08 -
YUV 166.99 135.34 48.83 -
System Red Green Blue C M Y K H S L
Decimal 56 221 180 0.75 0 0.19 0.13 165.09 0.71 0.54
Hex 38 DD B4 4B 0 13 D A5 47 36
Octal 70 335 264 113 0 23 15 245 107 66
Binary 111000 11011101 10110100 1001011 0 10011 1101 10100101 1000111 110110

Color Harmonies of #38DDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DDB4

Black with #38DDB4

Text Example


Text Example

White with #38DDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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