Html Css Color HEX #38D6B8 Turquoise

📋 copy color: '#38D6B8'

red 56 ◦ green 214 ◦ blue 184

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

Shades of Turquoise #38D6B8

Tints of Turquoise #38D6B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.53%

R = 12.33%
G = 47.14%
B = 40.53%

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

#38D6B8 (or 0x38D6B8) is known color: Turquoise. HEX triplet: 38, D6 and B8. RGB value is (56,214,184). Sum of RGB (Red+Green+Blue) = 56+214+184=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #38D6B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D6B8 is #C72947. Grayscale: #A3A3A3. Windows color (decimal): -13052232 or 12113464. OLE color: 12113464.

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

Color convert

RGB 56 214 184 -
CMYK 0.74 0 0.14 0.16
HSL 168.61º 0.66% 0.53% -
HSV(B) 168.61º 0.74% 0.84% -
XYZ 34.33 52.39 53.65 -
YUV 163.34 139.65 51.44 -
System Red Green Blue C M Y K H S L
Decimal 56 214 184 0.74 0 0.14 0.16 168.61 0.66 0.53
Hex 38 D6 B8 4A 0 E 10 A9 42 35
Octal 70 326 270 112 0 16 20 251 102 65
Binary 111000 11010110 10111000 1001010 0 1110 10000 10101001 1000010 110101

Color Harmonies of #38D6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D6B8

Black with #38D6B8

Text Example


Text Example

White with #38D6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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