Html Css Color HEX #38D6B9 Turquoise

📋 copy color: '#38D6B9'

red 56 ◦ green 214 ◦ blue 185

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

Shades of Turquoise #38D6B9

Tints of Turquoise #38D6B9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.03%

 BLUE value IS 185 (72.66% from 255) = 40.66%

R = 12.31%
G = 47.03%
B = 40.66%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#38D6B9 (or 0x38D6B9) is known color: Turquoise. HEX triplet: 38, D6 and B9. RGB value is (56,214,185). Sum of RGB (Red+Green+Blue) = 56+214+185=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #38D6B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D6B9 is #C72946. Grayscale: #A3A3A3. Windows color (decimal): -13052231 or 12179000. OLE color: 12179000.

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

Color convert

RGB 56 214 185 -
CMYK 0.74 0 0.14 0.16
HSL 168.99º 0.66% 0.53% -
HSV(B) 168.99º 0.74% 0.84% -
XYZ 34.43 52.44 54.21 -
YUV 163.45 140.15 51.36 -
System Red Green Blue C M Y K H S L
Decimal 56 214 185 0.74 0 0.14 0.16 168.99 0.66 0.53
Hex 38 D6 B9 4A 0 E 10 A9 42 35
Octal 70 326 271 112 0 16 20 251 102 65
Binary 111000 11010110 10111001 1001010 0 1110 10000 10101001 1000010 110101

Color Harmonies of #38D6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D6B9

Black with #38D6B9

Text Example


Text Example

White with #38D6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,214,185); }

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

background-color css

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

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

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

border-color css

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

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

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