Html Css Color HEX #38DEBC Turquoise

📋 copy color: '#38DEBC'

red 56 ◦ green 222 ◦ blue 188

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

Shades of Turquoise #38DEBC

Tints of Turquoise #38DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.64%

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 12.02%
G = 47.64%
B = 40.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#38DEBC (or 0x38DEBC) is known color: Turquoise. HEX triplet: 38, DE and BC. RGB value is (56,222,188). Sum of RGB (Red+Green+Blue) = 56+222+188=466 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.02% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #38DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38DEBC is #C72143. Grayscale: #A8A8A8. Windows color (decimal): -13050180 or 12377656. OLE color: 12377656.

HSL color Cylindrical-coordinate representation of color #38DEBC: hue angle of 167.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DEBC is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 222 188 -
CMYK 0.75 0 0.15 0.13
HSL 167.71º 0.72% 0.55% -
HSV(B) 167.71º 0.75% 0.87% -
XYZ 36.83 56.71 56.58 -
YUV 168.49 139 47.76 -
System Red Green Blue C M Y K H S L
Decimal 56 222 188 0.75 0 0.15 0.13 167.71 0.72 0.55
Hex 38 DE BC 4B 0 F D A8 48 37
Octal 70 336 274 113 0 17 15 250 110 67
Binary 111000 11011110 10111100 1001011 0 1111 1101 10101000 1001000 110111

Color Harmonies of #38DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DEBC

Black with #38DEBC

Text Example


Text Example

White with #38DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,222,188); }

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

background-color css

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

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

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

border-color css

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

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

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