Html Css Color HEX #38D7D1 Turquoise

📋 copy color: '#38D7D1'

red 56 ◦ green 215 ◦ blue 209

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

Shades of Turquoise #38D7D1

Tints of Turquoise #38D7D1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.79%

 BLUE value IS 209 (82.03% from 255) = 43.54%

R = 11.67%
G = 44.79%
B = 43.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#38D7D1 (or 0x38D7D1) is known color: Turquoise. HEX triplet: 38, D7 and D1. RGB value is (56,215,209). Sum of RGB (Red+Green+Blue) = 56+215+209=480 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.67% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #38D7D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D7D1 is #C7282E. Grayscale: #A6A6A6. Windows color (decimal): -13051951 or 13752120. OLE color: 13752120.

HSL color Cylindrical-coordinate representation of color #38D7D1: hue angle of 177.74º degrees, saturation: 0.67, 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 #38D7D1 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 215 209 -
CMYK 0.74 0 0.03 0.16
HSL 177.74º 0.67% 0.53% -
HSV(B) 177.74º 0.74% 0.84% -
XYZ 37.44 54.05 68.78 -
YUV 166.78 151.82 48.99 -
System Red Green Blue C M Y K H S L
Decimal 56 215 209 0.74 0 0.03 0.16 177.74 0.67 0.53
Hex 38 D7 D1 4A 0 3 10 B2 43 35
Octal 70 327 321 112 0 3 20 262 103 65
Binary 111000 11010111 11010001 1001010 0 11 10000 10110010 1000011 110101

Color Harmonies of #38D7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D7D1

Black with #38D7D1

Text Example


Text Example

White with #38D7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,215,209); }

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

background-color css

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

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

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

border-color css

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

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

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