Html Css Color HEX #38D5D5 Turquoise

📋 copy color: '#38D5D5'

red 56 ◦ green 213 ◦ blue 213

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

Shades of Turquoise #38D5D5

Tints of Turquoise #38D5D5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.19%

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 11.62%
G = 44.19%
B = 44.19%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#38D5D5 (or 0x38D5D5) is known color: Turquoise. HEX triplet: 38, D5 and D5. RGB value is (56,213,213). Sum of RGB (Red+Green+Blue) = 56+213+213=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #38D5D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D5D5 is #C72A2A. Grayscale: #A5A5A5. Windows color (decimal): -13052459 or 14013752. OLE color: 14013752.

HSL color Cylindrical-coordinate representation of color #38D5D5: hue angle of 180º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D5D5 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 213 213 -
CMYK 0.74 0 0 0.16
HSL 180º 0.65% 0.53% -
HSV(B) 180º 0.74% 0.84% -
XYZ 37.44 53.23 71.25 -
YUV 166.06 154.49 49.5 -
System Red Green Blue C M Y K H S L
Decimal 56 213 213 0.74 0 0 0.16 180 0.65 0.53
Hex 38 D5 D5 4A 0 0 10 B4 41 35
Octal 70 325 325 112 0 0 20 264 101 65
Binary 111000 11010101 11010101 1001010 0 0 10000 10110100 1000001 110101

Color Harmonies of #38D5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D5D5

Black with #38D5D5

Text Example


Text Example

White with #38D5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,213,213); }

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

background-color css

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

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

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

border-color css

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

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

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