Html Css Color HEX #38DDC3 Turquoise

📋 copy color: '#38DDC3'

red 56 ◦ green 221 ◦ blue 195

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

Shades of Turquoise #38DDC3

Tints of Turquoise #38DDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.31%

R = 11.86%
G = 46.82%
B = 41.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#38DDC3 (or 0x38DDC3) is known color: Turquoise. HEX triplet: 38, DD and C3. RGB value is (56,221,195). Sum of RGB (Red+Green+Blue) = 56+221+195=472 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.86% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #38DDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DDC3 is #C7223C. Grayscale: #A8A8A8. Windows color (decimal): -13050429 or 12836152. OLE color: 12836152.

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

Color convert

RGB 56 221 195 -
CMYK 0.75 0 0.12 0.13
HSL 170.55º 0.71% 0.54% -
HSV(B) 170.55º 0.75% 0.87% -
XYZ 37.34 56.49 60.57 -
YUV 168.7 142.84 47.61 -
System Red Green Blue C M Y K H S L
Decimal 56 221 195 0.75 0 0.12 0.13 170.55 0.71 0.54
Hex 38 DD C3 4B 0 C D AB 47 36
Octal 70 335 303 113 0 14 15 253 107 66
Binary 111000 11011101 11000011 1001011 0 1100 1101 10101011 1000111 110110

Color Harmonies of #38DDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DDC3

Black with #38DDC3

Text Example


Text Example

White with #38DDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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